MCPcopy Create free account
hub / github.com/bumptop/BumpTop / setFileAttributes

Method setFileAttributes

trunk/win/Source/BT_FileSystemManager.cpp:997–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995}
996
997void FileSystemManager::setFileAttributes(QString fileName, uint attribute)
998{
999 if (isValidFileName(fileName))
1000 {
1001 // Set the file attributes on this file
1002 SetFileAttributes((LPCTSTR) fileName.utf16(), attribute);
1003 }
1004}
1005
1006uint FileSystemManager::getFileSize(QString filePath)
1007{

Callers 2

SaveSceneToFileFunction · 0.80
backupOriginalPhotoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected