Top "Filepath" questions

File path, specifies a unique location in a file system.

How to get full path of selected file on change of <input type=‘file’> using javascript, jquery-ajax?

How to get full path of file while selecting file using <input type=‘file’> <input type="file" …

javascript jquery file-upload filepath
How do I get the file name from a String containing the Absolute file path?

String variable contains a file name, C:\Hello\AnotherFolder\The File Name.PDF. How do I only get the file …

java file filenames filepath
Changing MongoDB data store directory

Until now I have not been specifying a MongoDB data directory and have had only one 30 GB primary partition. I …

mongodb filepath data-files
How to get URI from an asset File?

I have been trying to get the URI path for an asset file. uri = Uri.fromFile(new File("//assets/mydemo.…

android uri filepath assets
File path issues in R using Windows ("Hex digits in character string" error)

I run R on Windows, and have a csv file on the Desktop. I load it as follows, x<…

r filepath backslash path-separator
Extract a part of the filepath (a directory) in Python

I need to extract the name of the parent directory of a certain path. This is what it looks like: …

python directory filepath
Getting current directory in .NET web application

So I have a web project, and I'm trying to get the root directory of the website using the c# …

c# asp.net .net directory filepath
Directory.GetFiles: how to get only filename, not full path?

Possible Duplicate: How to get only filenames within a directory using c#? Using C#, I want to get the list …

c# filepath getfiles
How to get the real path of Java application at runtime?

I am creating a Java application where I am using log4j. I have given the absolute path of configuration …

java filepath
Find a file with a certain extension in folder

Given a folder path (like C:\Random Folder), how can I find a file in it that holds a certain …

c# filepath