Top "Path" questions

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

How to refer to relative paths of resources when working with a code repository

We are working with a code repository which is deployed to both Windows and Linux - sometimes in different directories. …

python path relative-path
nodejs get file name from absolute path?

If there any API could retrieve file name from an absolute file path? e.g. "foo.txt" from "/var/www/…

node.js path fs
How do I get the path of a process in Unix / Linux

In Windows environment there is an API to obtain the path which is running a process. Is there something similar …

linux unix process path environment
Expand Python Search Path to Other Source

I have just joined a project with a rather large existing code base. We develop in linux and do not …

python search import path
Open file by its full path in C++

I want the user to give me the full path where the file exists and not just the file name. …

c++ file path ifstream
How do I get the full path to a Perl script that is executing?

I have Perl script and need to determine the full path and filename of the script during execution. I discovered …

perl path location
Setting up enviromental variables in Windows 10 to use java and javac

I got a new laptop with Windows 10 and I want to set it up so I can use java and …

java path environment-variables javac windows-10
Passing two command parameters using a WPF binding

I have a command which I am executing from my XAML file using the following standard syntax: <Button Content="…

wpf binding path command
How can I extract the folder path from file path in Python?

I would like to get just the folder path from the full path to a file. For example T:\Data\…

python file path directory extract
How to get CRON to call in the correct PATHs

I'm trying to get cron to call in the correct PATHs. When I run a Python script from shell the …

linux path cron