Changeset 690 for trunk/src/corelib/io/qfsfileengine.cpp
- Timestamp:
- Mar 16, 2010, 12:21:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qfsfileengine.cpp
r651 r690 912 912 engine. 913 913 914 For Windows, returns the canonicalized form of the current path used 915 by the file engine for the drive specified by \a fileName. On 916 Windows, each drive has its own current directory, so a different 917 path is returned for file names that include different drive names 918 (e.g. A: or C:). 914 For Windows and OS/2, returns the canonicalized form of the current path used 915 by the file engine for the drive specified by \a fileName. On Windows and on 916 OS/2, each drive has its own current directory, so a different path is 917 returned for file names that include different drive names (e.g. A: or C:). 919 918 920 919 \sa setCurrentPath()
Note:
See TracChangeset
for help on using the changeset viewer.