Namespaces |
| namespace | os_priv |
Functions |
| bool | load_icon (const char *pzPath, void *pBuffer, bool bLarge) |
| int | ReadFileDlg (int nFile, void *pBuffer, int nSize, const char *pzPath, Error_e *peError) |
| int | WriteFileDlg (int nFile, const void *pBuffer, int nSize, const char *pzPath, Error_e *peError) |
| bool | CopyFile (const char *pzDst, const char *pzSrc, bool *pbReplaceFiles, bool *pbDontOverwrite, ProgressRequester *pcProgress) |
| bool | DeleteFile (const char *pzPath, ProgressRequester *pcProgress) |
| int32 | DelFileThread (void *pData) |
| void | StartFileDelete (const std::vector< std::string > &cPaths, const Messenger &cViewTarget) |
| int32 | CopyFileThread (void *pData) |
| void | StartFileCopy (const std::vector< std::string > &cDstPaths, const std::vector< std::string > &cSrcPaths, const Messenger &cViewTarget) |