Nebula
|
This is the complete list of members for Win32::Win32FSWrapper, including all inherited members.
CloseFile(Handle h) | Win32::Win32FSWrapper | static |
ConvertToWidePath(const Util::String &src, ushort *dst, SizeT dstNumBytes) | Win32::Win32FSWrapper | privatestatic |
CreateDirectory(const Util::String &path) | Win32::Win32FSWrapper | static |
CreateTemporaryFilename(const Util::String &path) | Win32::Win32FSWrapper | static |
DeleteDirectory(const Util::String &path) | Win32::Win32FSWrapper | static |
DeleteFile(const Util::String &path) | Win32::Win32FSWrapper | static |
DirectoryExists(const Util::String &path) | Win32::Win32FSWrapper | static |
Eof(Handle h) | Win32::Win32FSWrapper | static |
FileExists(const Util::String &path) | Win32::Win32FSWrapper | static |
Flush(Handle h) | Win32::Win32FSWrapper | static |
GetAppDataDirectory() | Win32::Win32FSWrapper | static |
GetBinDirectory() | Win32::Win32FSWrapper | static |
GetCurrentDirectory() | Win32::Win32FSWrapper | static |
GetFileSize(Handle h) | Win32::Win32FSWrapper | static |
GetFileWriteTime(const Util::String &path) | Win32::Win32FSWrapper | static |
GetHomeDirectory() | Win32::Win32FSWrapper | static |
GetProgramsDirectory() | Win32::Win32FSWrapper | static |
GetTempDirectory() | Win32::Win32FSWrapper | static |
GetUserDirectory() | Win32::Win32FSWrapper | static |
Handle typedef | Win32::Win32FSWrapper | |
IsDeviceName(const Util::String &str) | Win32::Win32FSWrapper | static |
IsLocked(const Util::String &path) | Win32::Win32FSWrapper | static |
IsReadOnly(const Util::String &path) | Win32::Win32FSWrapper | static |
ListDirectories(const Util::String &dirPath, const Util::String &pattern) | Win32::Win32FSWrapper | static |
ListFiles(const Util::String &dirPath, const Util::String &pattern) | Win32::Win32FSWrapper | static |
Map(Handle h, IO::Stream::AccessMode accessMode, Handle &mappedHandle) | Win32::Win32FSWrapper | static |
OpenFile(const Util::String &path, IO::Stream::AccessMode accessMode, IO::Stream::AccessPattern accessPattern, DWORD flagsAndAttributes=0) | Win32::Win32FSWrapper | static |
Read(Handle h, void *buf, IO::Stream::Size numBytes) | Win32::Win32FSWrapper | static |
ReplaceFile(const Util::String &source, const Util::String &target) | Win32::Win32FSWrapper | static |
Seek(Handle h, IO::Stream::Offset offset, IO::Stream::SeekOrigin orig) | Win32::Win32FSWrapper | static |
SetFileWriteTime(const Util::String &path, IO::FileTime fileTime) | Win32::Win32FSWrapper | static |
SetReadOnly(const Util::String &path, bool readOnly) | Win32::Win32FSWrapper | static |
Tell(Handle h) | Win32::Win32FSWrapper | static |
Unmap(Handle mapHandle, char *buf) | Win32::Win32FSWrapper | static |
Write(Handle h, const void *buf, IO::Stream::Size numBytes) | Win32::Win32FSWrapper | static |