Top "Filepath" questions

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

Download file from link inside my webpage

I have Webpage with table of objects. One of my object properties is the file path, this file is locate …

asp.net-mvc hyperlink download filepath
Run a script in the same directory as the current script

I have two Bash scripts in the same folder (saved somewhere by the user who downloads the entire repository): script.…

bash path filepath
File path for AJAX script (in Wordpress)

I use this jquery-ajax script to send email: $.ajax({ url: process.php, type: "POST", data: data, cache: false, ... in url …

php ajax wordpress variables filepath
How to get the current directory on a class library?

I've been looking around but I have not found a solution for this problem: I want to create a class …

c# asp.net path filepath configuration-files
Escaping backslash in Postgresql

I'm trying to write an sql function in Postgresql that will parse a file path. I want to return just …

postgresql escaping filepath slash
Java : File.toURI().toURL() on Windows file

The system I'm running on is Windows XP, with JRE 1.6. I do this : public static void main(String[] args) { try { …

java url uri filepath file-uri
Getting the file path from HttpPostedFileBase

I'm working with ASP.NET MVC 4 and I'm trying to get the path of an uploaded file in order to …

c# asp.net-mvc file-upload filepath httppostedfilebase
"invalid path 0 files copied" Error while using xcopy command

Hi I have this little command to copy files in a batch, which will help because I do this specific …

windows batch-file path filepath xcopy
How to get a clean absolute file path in Java regardless of OS?

Here's the problem. After some concatenations I may happen to have a string like this "C:/shared_resources/samples\\import_…

java path filepath
Extract filename with extension from filepath string

I am looking to get the filename from the end of a filepath string, say $text = "bob/hello/myfile.zip"; …

php substring filenames filepath text-extraction