|
From: Emilien K. <cur...@us...> - 2005-01-13 16:00:58
|
Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25781/include/wxDevCenter Modified Files: FileSystemStandard.h Log Message: Racine du FS unix Index: FileSystemStandard.h =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/FileSystemStandard.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FileSystemStandard.h 3 Jan 2005 18:00:46 -0000 1.5 --- FileSystemStandard.h 13 Jan 2005 16:00:44 -0000 1.6 *************** *** 124,128 **** FileSystemStandardUnix(); wxString GetRoot()const{return wxT("/");} ! FilePath GetRootPath()const{return wxT("file:/");} wxString FindFirst(FilePath strPath, int iFlags); wxString FindNext(); --- 124,128 ---- FileSystemStandardUnix(); wxString GetRoot()const{return wxT("/");} ! FilePath GetRootPath()const{return wxT("file:");} wxString FindFirst(FilePath strPath, int iFlags); wxString FindNext(); |