Top "Path" questions

The general form of a file or directory name that specifies a unique location in a file system.

Node.js check if path is file or directory

I can't seem to get any search results that explain how to do this. All I want to do is …

node.js path directory filesystems fs
Get full path without filename from path that includes filename

Is there anything built into System.IO.Path that gives me just the filepath? For example, if I have a …

c# file path
Unrecognized escape sequence for path string containing backslashes

The following code generates a compiler error about an "unrecognized escape sequence" for each backslash: string foo = "D:\Projects\Some\…

c# .net string path escaping
How to update PATH variable permanently from Windows command line?

If I execute set PATH=%PATH%;C:\\Something\\bin from the command line (cmd.exe) and then execute echo %PATH% …

java windows cmd path
How do browser cookie domains work?

Due to weird domain/subdomain cookie issues that I'm getting, I'd like to know how browsers handle cookies. If they …

http cookies path dns rules
Android Studio: Default project directory

Whenever I create a new project in Android Studio it wants to put it in a generic default folder at …

android path project android-studio
Using Server.MapPath in external C# Classes in ASP.NET

I'm trying to get the absolute path of certain files in a C# class. Server.MapPath works great of course …

c# asp.net file path relative-path
Create whole path automatically when writing to a new file

I want to write a new file with the FileWriter. I use it like this: FileWriter newJsp = new FileWriter("C:\\…

java path directory filewriter
Setting up Eclipse with JRE Path

I have downloaded and extracted Eclipse. I have Eclipse in the following directory: C:\Applications\eclipse. When I try and …

java eclipse path environment
Accessing nested JavaScript objects and arrays by string path

I have a data structure like this : var someObject = { 'part1' : { 'name': 'Part 1', 'size': '20', 'qty' : '50' }, …

javascript jquery path nested