mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@11689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
285849cec1
commit
2ed77e7657
1 changed files with 0 additions and 4 deletions
|
|
@ -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("\\", "/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue