Format for File Name

G

Guest

I want to place the location of a file that I am going to read into my config
file, but I can not remember the proper format for "share name, folder
name". I thought I would specify something like
"file///MyShareName/MyFolderName" but it does not like this format and a
couple other variations of that format. What is the correct format to
specify?
 
F

Frank Rizzo

Jim said:
I want to place the location of a file that I am going to read into my config
file, but I can not remember the proper format for "share name, folder
name". I thought I would specify something like
"file///MyShareName/MyFolderName" but it does not like this format and a
couple other variations of that format. What is the correct format to
specify?

URI format:
file:///C:/folder/test.htm

UNC format:
\\server\share\folderOrFile\File.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top