Functions

Name Description
CloseHandle function boolean CloseHandle(ulong)
CreateDirectoryA function boolean CreateDirectoryA(ref string,ref os_securityattributes)
FileTimeToLocalFileTime function boolean FileTimeToLocalFileTime(ref os_filedatetime,ref os_filedatetime)
FileTimeToSystemTime function boolean FileTimeToSystemTime(ref os_filedatetime,ref os_systemtime)
FindClose function boolean FindClose(ulong)
FindFirstFileA function ulong FindFirstFileA(ref string,ref os_finddata)
FindNextFileA function boolean FindNextFileA(ulong,ref os_finddata)
GetCurrentDirectoryA function ulong GetCurrentDirectoryA(ulong,ref string)
GetDiskFreeSpaceA function boolean GetDiskFreeSpaceA(string,ref long,ref long,ref long,ref long)
GetDriveTypeA function ulong GetDriveTypeA(string)
GetFileAttributesA function ulong GetFileAttributesA(ref string)
GetFileTime function boolean GetFileTime(ulong,ref os_filedatetime,ref os_filedatetime,ref os_filedatetime)
GetLastError function ulong GetLastError()
LocalFileTimeToFileTime function boolean LocalFileTimeToFileTime(ref os_filedatetime,ref os_filedatetime)
MoveFileA function boolean MoveFileA(ref string,ref string)
of_changedirectory public function integer of_changedirectory(string)
of_ConvertFileDatetimeToPB protected function integer of_ConvertFileDatetimeToPB(os_filedatetime,ref date,ref time)
of_convertpbdatetimetofile protected function integer of_convertpbdatetimetofile(date,time,ref os_filedatetime)
of_CreateDirectory public function integer of_CreateDirectory(string)
of_DirectoryExists public function boolean of_DirectoryExists(string)
of_dirlist public function long of_dirlist(string,long,ref n_cst_dirattrib[])
of_FileRename public function integer of_FileRename(string,string)
of_getaltfilename public function string of_getaltfilename(string)
of_getcreationdatetime public function integer of_getcreationdatetime(string,ref date,ref time)
of_getcurrentdirectory public function string of_getcurrentdirectory()
of_getdiskspace public function integer of_getdiskspace(string,ref long,ref long)
of_getdrivetype public function integer of_getdrivetype(string)
of_getfileattributes public function integer of_getfileattributes(string,ref boolean,ref boolean,ref boolean,ref boolean,ref boolean)
of_GetFileSize public function double of_GetFileSize(string)
of_getlastaccessdate public function integer of_getlastaccessdate(string,ref date)
of_getlastwritedatetime public function integer of_getlastwritedatetime(string,ref date,ref time)
of_getlongfilename public function string of_getlongfilename(string)
of_RemoveDirectory public function integer of_RemoveDirectory(string)
of_setcreationdatetime public function integer of_setcreationdatetime(string,date,time)
of_setfileattributes public function integer of_setfileattributes(string,boolean,boolean,boolean,boolean)
of_setlastaccessdate public function integer of_setlastaccessdate(string,date)
of_setlastwritedatetime public function integer of_setlastwritedatetime(string,date,time)
OpenFile function ulong OpenFile(ref string,ref os_fileopeninfo,ulong)
RemoveDirectoryA function boolean RemoveDirectoryA(ref string)
SetCurrentDirectoryA function boolean SetCurrentDirectoryA(ref string)
SetFileAttributesA function boolean SetFileAttributesA(ref string,ulong)
SetFileTime function boolean SetFileTime(ulong,os_filedatetime,os_filedatetime,os_filedatetime)
SystemTimeToFileTime function boolean SystemTimeToFileTime(os_systemtime,ref os_filedatetime)