Hi.
Anyone know what the max length of a UNC file path name usable with vfp commands?
Example:
For years I have used... "H:\CountyName\CountyClerk\BailBond\1\Index\123-2.tif" where county name can be up to 24 chars long, CountyClerk can be 24 chars, BookType is 40 chars, BookNum is 24 chars, Prefix can be 24 and file name is 24 as well. The user definable parts all adds up to 160 (24+24+40+24+24+24) if all fields were filled to their max.
Now I need to change "H:" to a unc which can just as long which would exceed normal limits something like... "\\Dasnew\mssqlserver\DocumentsDataFS\DocumentsDocStore\Zeslie\CountyClerk\BailBond\1\Index\123-23.tif" This particular unc is easily in within limits...
So, what kind of limits do I need to know about?
Thanks,
Stanley Barnett
Anyone know what the max length of a UNC file path name usable with vfp commands?
Example:
For years I have used... "H:\CountyName\CountyClerk\BailBond\1\Index\123-2.tif" where county name can be up to 24 chars long, CountyClerk can be 24 chars, BookType is 40 chars, BookNum is 24 chars, Prefix can be 24 and file name is 24 as well. The user definable parts all adds up to 160 (24+24+40+24+24+24) if all fields were filled to their max.
Now I need to change "H:" to a unc which can just as long which would exceed normal limits something like... "\\Dasnew\mssqlserver\DocumentsDataFS\DocumentsDocStore\Zeslie\CountyClerk\BailBond\1\Index\123-23.tif" This particular unc is easily in within limits...
So, what kind of limits do I need to know about?
Thanks,
Stanley Barnett