Top "Path" questions

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

Setting environment variables on OS X

What is the proper way to modify environment variables like PATH in OS X? I've looked on Google a little …

macos bash path environment-variables
How to use glob() to find files recursively?

This is what I have: glob(os.path.join('src','*.c')) but I want to search the subfolders of …

python path filesystems glob fnmatch
How do I edit $PATH (.bash_profile) on OSX?

I am trying to edit an entry to PATH, as I did something wrong. I am using Mac OS X 10.10.3 …

bash macos terminal path osx-yosemite
Display current path in terminal only

I'm SSH'd into a computer, so I can't use a GUI to access the path name. Is there a way …

unix terminal path
Get absolute path of initially run script

I have searched high and low and get a lot of different solutions and variables containing info to get the …

php path include
Command Prompt - How to add a set path only for that batch file executing?

Basically, I know I can go through my control panel and modify the path variable. But, I'm wondering if there …

path batch-file command command-prompt
How to change the Jupyter start-up folder

I tried following the instructions given on the Jupyter Notebook documentation. Unfortunately, I haven't been able to figure it out. …

path anaconda jupyter-notebook jupyter
Access to the path is denied

I'm trying to save an image to a folder in .NET C# but I get this exception: Access to the …

c# .net iis path
Why doesn't os.path.join() work in this case?

The below code will not join, when debugged the command does not store the whole path but just the last …

python path
How to get the path of a running JAR file?

My code runs inside a JAR file, say foo.jar, and I need to know, in the code, in which …

java path jar executable-jar