| 105 | } |
| 106 | |
| 107 | bool Platform::IsFileExistsByFullPath(std::string const & filePath) |
| 108 | { |
| 109 | return ::GetFileAttributesA(filePath.c_str()) != INVALID_FILE_ATTRIBUTES; |
| 110 | } |
| 111 | |
| 112 | // static |
| 113 | void Platform::DisableBackupForFile(std::string const & filePath) {} |
no outgoing calls