Top "Path" questions

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

How to add native library to "java.library.path" with Eclipse launch (instead of overriding it)

I got a native library that needs to be added to java.library.path. With JVM argument -Djava.library.path=…

java eclipse path java.library.path
Better way to check if a Path is a File or a Directory?

I am processing a TreeView of directories and files. A user can select either a file or a directory and …

c# .net file path directory
How to add include path in Qt Creator?

I have a project I'm working on in Qt creator that requires a third-party library. I want to add the …

path include qt-creator
Getting the folder name from a path

string path = "C:/folder1/folder2/file.txt"; What objects or methods could I use that would give me a result …

c# path filesystems
Extracting Path from OpenFileDialog path/filename

I'm writing a little utility that starts with selecting a file, and then I need to select a folder. I'd …

c# .net parsing path
How to place the ~/.composer/vendor/bin directory in your PATH?

I'm on Ubuntu 14.04 and I've been trying all possible methods to install Laravel to no avail. Error messages everything I …

bash laravel path
Find full path of the Python interpreter?

How do I find the full path of the currently running Python interpreter from within the currently executing Python script?

python path
CSS Background Image Not Displaying

I have an HTML file with a subdirectory called img with an image called debut_dark.png. In my CSS …

html css path background-image
How to get the Full file path from URI

I'd like to get the full file path, from a URI. The URI isn't a Image, but it's a music …

android path get uri
Get real path from URI, Android KitKat new storage access framework

Before the new gallery access in Android 4.4 (KitKat) I got my real path on the SD card with this method: …

android path uri android-4.4-kitkat