PIDir fix PICoutManipulator
git-svn-id: svn://db.shs.com.ru/pip@69 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -267,7 +267,7 @@ PIString PIFile::strType(const PIIODevice::DeviceMode type) {
|
|||||||
PIFile::FileInfo PIFile::fileInfo(const PIString & path) {
|
PIFile::FileInfo PIFile::fileInfo(const PIString & path) {
|
||||||
FileInfo ret;
|
FileInfo ret;
|
||||||
if (path.isEmpty()) return ret;
|
if (path.isEmpty()) return ret;
|
||||||
ret.path = path;
|
ret.path = path.replaceAll("\\", PIDir::separator);
|
||||||
PIString n = ret.name();
|
PIString n = ret.name();
|
||||||
//piCout << "open" << path;
|
//piCout << "open" << path;
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
|
|||||||
Reference in New Issue
Block a user