openshot-audio  0.1.7
Functions
WindowsFileHelpers Namespace Reference

Functions

DWORD getAtts (const String &path)
 
int64 fileTimeToTime (const FILETIME *const ft)
 
FILETIME * timeToFileTime (const int64 time, FILETIME *const ft) noexcept
 
String getDriveFromPath (String path)
 
int64 getDiskSpaceInfo (const String &path, const bool total)
 
unsigned int getWindowsDriveType (const String &path)
 
File getSpecialFolderPath (int type)
 
File getModuleFileName (HINSTANCE moduleHandle)
 
Result getResultForLastError ()
 

Function Documentation

int64 WindowsFileHelpers::fileTimeToTime ( const FILETIME *const  ft)
DWORD WindowsFileHelpers::getAtts ( const String path)
int64 WindowsFileHelpers::getDiskSpaceInfo ( const String path,
const bool  total 
)
String WindowsFileHelpers::getDriveFromPath ( String  path)
File WindowsFileHelpers::getModuleFileName ( HINSTANCE  moduleHandle)
Result WindowsFileHelpers::getResultForLastError ( )
File WindowsFileHelpers::getSpecialFolderPath ( int  type)
unsigned int WindowsFileHelpers::getWindowsDriveType ( const String path)
FILETIME* WindowsFileHelpers::timeToFileTime ( const int64  time,
FILETIME *const  ft 
)
noexcept