Filesys

This program has various file system API functions. The user interface uses a treeview and listview control to simulate Windows Explorer. The listview control is from my ImageList example and uses the icon associated with files.


Win API Functions used:

FileTimeToLocalFileTime
FileTimeToSystemTime
FindClose
FindFirstFile
FindNextFile
GetDiskFreeSpaceEx
GetDriveType
GetLogicalDrives
GetSecurityInfo
GetTempPath
GetVolumeInformation
LocalAlloc
LocalFree
LookupAccountSid
SetFileAttributes
RtlMoveMemory
SHGetFolderPath
SHFileOperation
WNetGetConnection


——— Last updated 01/18/2023 ———