T Tony Johansson Mar 4, 2010 #1 Hi! Is it any difference between a PathSeparator and a DirectorySeparator ? //Tony
W Willem van Rumpt Mar 4, 2010 #2 Tony said: Hi! Is it any difference between a PathSeparator and a DirectorySeparator ? //Tony Click to expand... Yes. One separates paths, the other to separate directory levels. Of course, this information is readily available at: http://msdn.microsoft.com/en-us/library/system.io.path_members.aspx
Tony said: Hi! Is it any difference between a PathSeparator and a DirectorySeparator ? //Tony Click to expand... Yes. One separates paths, the other to separate directory levels. Of course, this information is readily available at: http://msdn.microsoft.com/en-us/library/system.io.path_members.aspx
T Tony Johansson Mar 4, 2010 #3 I found it myself. a PathSeparator is used to separate different path in env variables and DirectorySeparator is used to sepatate different segments i.e between directories and between directories and filename in a path //Tony
I found it myself. a PathSeparator is used to separate different path in env variables and DirectorySeparator is used to sepatate different segments i.e between directories and between directories and filename in a path //Tony