* do not use / as DriveSeparator

git-svn-id: trunk@15454 -
This commit is contained in:
Tomas Hajny 2010-06-19 16:22:10 +00:00
parent 790c7954b7
commit 03f52902f3

View File

@ -28,7 +28,7 @@ const
LineEnding = #10;
LFNSupport = true;
DirectorySeparator = '/';
DriveSeparator = '/';
DriveSeparator = '';
ExtensionSeparator = '.';
PathSeparator = ':';
AllowDirectorySeparators : set of char = ['\','/'];