|
static NPT_Result | GetRoots (NPT_List< NPT_String > &roots) |
|
static NPT_Result | GetSize (const char *path, NPT_LargeSize &size) |
|
static NPT_Result | GetInfo (const char *path, NPT_FileInfo *info=NULL) |
|
static bool | Exists (const char *path) |
|
static NPT_Result | Remove (const char *path, bool recurse=false) |
|
static NPT_Result | RemoveFile (const char *path) |
|
static NPT_Result | RemoveDir (const char *path) |
|
static NPT_Result | RemoveDir (const char *path, bool force_if_not_empty) |
|
static NPT_Result | Rename (const char *from_path, const char *to_path) |
|
static NPT_Result | ListDir (const char *path, NPT_List< NPT_String > &entries, NPT_Ordinal start=0, NPT_Cardinal count=0) |
|
static NPT_Result | CreateDir (const char *path) |
|
static NPT_Result | CreateDir (const char *path, bool create_intermediate_dirs) |
|
static NPT_Result | GetWorkingDir (NPT_String &path) |
|
static NPT_Result | Load (const char *path, NPT_DataBuffer &buffer, NPT_FileInterface::OpenMode mode=NPT_FILE_OPEN_MODE_READ) |
|
static NPT_Result | Load (const char *path, NPT_String &data, NPT_FileInterface::OpenMode mode=NPT_FILE_OPEN_MODE_READ) |
|
static NPT_Result | Save (const char *path, NPT_String &data) |
|
static NPT_Result | Save (const char *path, const NPT_DataBuffer &buffer) |
|
|
typedef unsigned int | OpenMode |
|
The documentation for this class was generated from the following files:
- lib/libUPnP/Neptune/Source/Core/NptFile.h
- lib/libUPnP/Neptune/Source/Core/NptFile.cpp
- lib/libUPnP/Neptune/Source/System/Android/NptAndroidFile.cpp
- lib/libUPnP/Neptune/Source/System/Null/NptNullFile.cpp
- lib/libUPnP/Neptune/Source/System/Posix/NptPosixFile.cpp
- lib/libUPnP/Neptune/Source/System/StdC/NptStdcFile.cpp
- lib/libUPnP/Neptune/Source/System/Win32/NptWin32File.cpp
- lib/libUPnP/Neptune/Source/System/WinRT/NptWinRtFile.cpp
- xbmc/filesystem/NptXbmcFile.cpp