openshot-audio  0.1.2
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

◆ fileTimeToTime()

int64 WindowsFileHelpers::fileTimeToTime ( const FILETIME *const  ft)

◆ getAtts()

DWORD WindowsFileHelpers::getAtts ( const String path)

◆ getDiskSpaceInfo()

int64 WindowsFileHelpers::getDiskSpaceInfo ( const String path,
const bool  total 
)

◆ getDriveFromPath()

String WindowsFileHelpers::getDriveFromPath ( String  path)

◆ getModuleFileName()

File WindowsFileHelpers::getModuleFileName ( HINSTANCE  moduleHandle)

◆ getResultForLastError()

Result WindowsFileHelpers::getResultForLastError ( )

◆ getSpecialFolderPath()

File WindowsFileHelpers::getSpecialFolderPath ( int  type)

◆ getWindowsDriveType()

unsigned int WindowsFileHelpers::getWindowsDriveType ( const String path)

◆ timeToFileTime()

FILETIME* WindowsFileHelpers::timeToFileTime ( const int64  time,
FILETIME *const  ft 
)
noexcept