git-svn-id: svn://ultimatepp.org/upp/trunk@11689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-01-12 10:14:04 +00:00
parent 285849cec1
commit 2ed77e7657

View file

@ -53,8 +53,6 @@ DirFinder::DirFinder()
}
}
DDUMPC(path);
Array<FileSystemInfo::FileInfo> root = StdFileSystemInfo().Find(Null);
for(int i = 0; i < root.GetCount(); i++) {
if(root[i].root_style == FileSystemInfo::ROOT_FIXED) {
@ -67,8 +65,6 @@ DirFinder::DirFinder()
}
}
DUMPC(path);
for(String s : path) {
s = ToLower(s);
s.Replace("\\", "/");