How do I find the path delimiter character in .NET? -
What is the underlying constant for path delimiter (i.e. \ vs /)
The system for this purpose. There are two readable fields of IOEP:
- : In Windows there is' \ ', / / on UNIX
- : In Windows' /', 'on UNIX
- : Use the character that separates the drive name / drive letter from the other name (':' On windows, '/' on UNIX) '
- : The character used to separate multiple paths ('; ')
Then there are two additional fields for the Volume Separator and Path Separator:
Comments
Post a Comment