DIRFILETIME (STRUCT) ¶ TYPE DIRFILETIME : STRUCT InOut: Name Type dtCreation DT dtLastAccess DT dtLastModification DT
Global Variables ¶ Globale_Variablen (GVL)
Globale_Variablen (GVL) ¶ InOut: Scope Name Type Initial Constant SYSDIR_INVALID_HANDLE UDINT 16#FFFFFFFF
POUs ¶ SysDirCreate (Function) SysDirOpen (Function) SysDirRead (Function) SysDirRemove (Function) SysDirRename (Function)
SysDirCreate (FUN) ¶ FUNCTION SysDirCreate : BOOL InOut: Scope Name Type Return SysDirCreate BOOL Inout Const stName STRING
SysDirOpen (FUN) ¶ FUNCTION SysDirOpen : DWORD Function to open a directory for scanning the entries. Returns a handle to use in SysDirRead for further search scans. InOut: Scope Name Type Comment Return SysDirOpen DWORD Inout Const stDirectory STRING Name of directory to search in
SysDirRead (FUN) ¶ FUNCTION SysDirRead : UDINT Function to read directory entries. Returns 1, if further entries to search in the directory is available. Must be called until 0 is returned by this function. InOut: Scope Name Type Comment Return SysDirRead UDINT Input hDir DWORD Handle of directory search. Is returned by SysDirOpen Inout stDirEntry STRING Return the name of one entry in the directory. Can be file or directory Input pDirInfo POINTER TO DIRECTORY_INFO Can be 0
SysDirRemove (FUN) ¶ FUNCTION SysDirRemove : BOOL InOut: Scope Name Type Return SysDirRemove BOOL Inout Const stName STRING
SysDirRename (FUN) ¶ FUNCTION SysDirRename : BOOL InOut: Scope Name Type Return SysDirRename BOOL Inout Const stOldName STRING stNewName STRING
extern30 ¶ DirInfo30 (Struct) SysDirClose30 (Function) SysDirCreate30 (Function) SysDirOpen30 (Function) SysDirRead30 (Function) SysDirRemove30 (Function) SysDirRename30 (Function)