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

Method createDirectory

trunk/win/Source/BT_FileSystemManager.cpp:656–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656bool FileSystemManager::createDirectory(QString dirPath)
657{
658 // Create a directory
659 return CreateDirectory((LPCTSTR) dirPath.utf16(), NULL) ? true : false;
660}
661
662void FileSystemManager::createShortcut(QString shortcutFilePath, QString pathToTarget, QString desc)
663{

Callers 1

convertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected