Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Path/Filename Length Limitiation

Status
Not open for further replies.

mhaff

Technical User
Jan 31, 2003
55
US
I am trying to copy a file from a local drive to a network drive. The total length of the path and filename is about 240 chars. I'm getting an error regarding file format. Is this due to the length of the file name? If so, what is the limitation?

Thanks.
 
The limitation is supposed to be 255 characters but you have to include your server name and volume name into that figure. For example

\\MYSERVER\VOL1

-----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
The limitation is supposed to be 255 characters but you have to include your server name and volume name into that figure. For example

\\MYSERVER\VOL1

However the figure may also include the full distinguished name of the volume

-----------------------------------------------------
"It's true, its damn true!"
-----------------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top