Questions tagged [absolute-path]

global address for a file, independent from the working directory of the calling process

An absolute (or full) path is the general form of the name of a file or directory that specifies a unique location in a file system. An absolute path contains the root directory and all other subfolders in which the requested file or folder is contained.

833 questions
-2
votes
3 answers

php absolute path not working on local computer

I'm working with an existing PHP web application. It's running fine on the remote Linux server but I can't run it on WAMP server, Windows 7 on my local computer. The problem is the previous developer's used absolute path all over the code. for…
Sam
  • 93
  • 1
  • 9
-2
votes
2 answers

Error while converting absolute path to relative path

I am using a javascript code which needs to open a csv file but I get the error as "ThisWorkbook is undefined". Not really sure what is the error. Kindly help ! var xl = new ActiveXObject("Excel.Application"); xl.Visible = true; var wb =…
user3444944
  • 3
  • 2
  • 9
-2
votes
1 answer

Page.Resolve is not working as predicted

The ResolveUrl here works fine and generates the desired path Home But here $(document).ready(function() { upload1 = new SWFUpload({ // Backend Settings upload_url:…
Spirals Whirls
  • 543
  • 1
  • 8
  • 27
-2
votes
1 answer
-3
votes
1 answer

Getting absolute directory path in Java?

I need to get the absolute path of one of my directories. So I clicked on properties to grab that absolute path and had in my code: Scanner sc = new Scanner(System.in); public void Find(String path) { System.out.println("Enter in…
W.Smith
  • 91
  • 7
-4
votes
2 answers

VSCode on MacOS (Ventura) "open" folder finder dialogue does not show full path. Why not?

When I open a normal finder window on MacOS (Ventura), I have it set so that I can see the absolute path listed at the bottom of the window. This does NOT happen in VSCode. When clicking Open (or menu file/open) I am always wondering if I might…
-4
votes
1 answer

Two basic questions about absolute path

How do I get the absolute path of files in the embedded Resource? If I store my images in a folder and use an absolute path to access them, I cannot find them after I build the solution, right?(because the built solution does not have the…
Jieke Wei
  • 173
  • 2
  • 13
-6
votes
1 answer

get absolute path of a file which is outside workspace in java

My java file is in harness folder. I need absolute path of folder bif_v3 which is inside parent directory.
div
  • 1
1 2 3
55
56