Index: src/libchcore/TPath.h =================================================================== diff -u -N -r5fd6beaad9f1eccb664b997d151acb59961e4827 -r4c09a2d7ab35a30114ff2b7c4db12bc413bf538c --- src/libchcore/TPath.h (.../TPath.h) (revision 5fd6beaad9f1eccb664b997d151acb59961e4827) +++ src/libchcore/TPath.h (.../TPath.h) (revision 4c09a2d7ab35a30114ff2b7c4db12bc413bf538c) @@ -100,6 +100,7 @@ bool IsDrive() const; bool HasDrive() const; TSmartPath GetDrive() const; // c: for c:\windows\test.txt + wchar_t GetDriveLetter() const; // 'c' for c:\windows\test.txt, null for non-drive based paths bool IsServerName() const; bool HasServerName() const;