By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Thanks./mnt/v/infile could be a valid Windows pathname. //mnt/v/infile isn't.
It is a valid UNC path.//mnt/v/infile isn't.
//mnt/v/infile isn't under Windows ... only \\mnt\v\infile would be valid.It is a valid UNC path.
I don't see a difference in TCC. DIR and TYPE don't mind the extra leading slash./mnt/v/infile could be a valid Windows pathname. //mnt/v/infile isn't.
v:\> dir "//mnt/v"
Volume in drive V is DATA Serial number is 6e8a:6d1f
Directory of V:\mnt\v\*
2019-10-22 12:15 <DIR> .
2019-10-22 12:15 <DIR> ..
2019-10-22 12:16 9 infile
9 bytes in 1 file and 2 dirs 4,096 bytes allocated
506,830,897,152 bytes free
v:\> type "//mnt/v/infile"
3
2
1