SysDirAsyncFB.SysDirReadAsync (METH) ¶ METHOD SysDirReadAsync : RTS_IEC_HANDLE This method asynchronously reads the next directory entry. It writes the directory entry in szDirEntry. For details, see Description. InOut: Scope Name Type Comment Return SysDirReadAsync RTS_IEC_HANDLE Handle of AsyncJob Input pParam POINTER TO tSysDirRead pudState POINTER TO UDINT Current state of AsyncJob pResult POINTER TO RTS_IEC_RESULT Result of AsyncJob creation
SysDirAsyncFB.SysDirRenameAsync (METH) ¶ METHOD SysDirRenameAsync : RTS_IEC_HANDLE This method asynchronously renames a directory. For details, see Description. InOut: Scope Name Type Comment Return SysDirRenameAsync RTS_IEC_HANDLE Handle of AsyncJob Input pParam POINTER TO tSysDirRename pudState POINTER TO UDINT Current state of AsyncJob pResult POINTER TO RTS_IEC_RESULT Result of AsyncJob creation
SysDirAsyncFB.SysDirSetCurrentAsync (METH) ¶ METHOD SysDirSetCurrentAsync : RTS_IEC_HANDLE This method asynchronously sets the current working directory on the target. In this directory all following file functions are operated. This setting applies to file access from IEC only. An empty string resets the working directory to its default. This method should not be used in parallel to any other file operation from IEC. For details, see Description. InOut: Scope Name Type Comment Return SysDirSetCurrentAsync RTS_IEC_HANDLE Handle of AsyncJob Input pParam POINTER TO tSysDirSetCurrent pudState POINTER TO UDINT Current state of AsyncJob pResult POINTER TO RTS_IEC_RESULT Result of AsyncJob creation
Wrapper ¶ SysDirCloseAsyncWrapper (Method) SysDirCreateAsyncWrapper (Method) SysDirDeleteAsyncWrapper (Method) SysDirGetCurrentAsyncWrapper (Method) SysDirOpenAsyncWrapper (Method) SysDirReadAsyncWrapper (Method) SysDirRenameAsyncWrapper (Method) SysDirSetCurrentAsyncWrapper (Method)
SysDirAsyncFB.SysDirCloseAsyncWrapper (METH) ¶ METHOD SysDirCloseAsyncWrapper : RTS_IEC_RESULT InOut: Scope Name Type Return SysDirCloseAsyncWrapper RTS_IEC_RESULT Input pParam POINTER TO tSysDirClose
SysDirAsyncFB.SysDirCreateAsyncWrapper (METH) ¶ METHOD SysDirCreateAsyncWrapper : RTS_IEC_RESULT InOut: Scope Name Type Return SysDirCreateAsyncWrapper RTS_IEC_RESULT Input pParam POINTER TO tSysDirCreate
SysDirAsyncFB.SysDirDeleteAsyncWrapper (METH) ¶ METHOD SysDirDeleteAsyncWrapper : RTS_IEC_RESULT InOut: Scope Name Type Return SysDirDeleteAsyncWrapper RTS_IEC_RESULT Input pParam POINTER TO tSysDirDelete
SysDir Library Documentation ¶ Company System Title SysDir Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysDir Description 1 ¶ Functions for file system directory handling. Contents: ¶ DirFileTime (Struct) DirInfo (Struct) DirInfoFlags (GVL) SysDirClose (Function) SysDirCopy (Function) SysDirCreate (Function) SysDirCreate2 (Function) SysDirDelete (Function) SysDirDelete2 (Function) SysDirGetCurrent (Function) SysDirOpen (Function) SysDirRead (Function) SysDirRename (Function) SysDirSetCurrent (Function) Indices and tables ¶ 1 Based on SysDir.library, last modified 20.04.2021, 16:02:12. LibDoc 4.4.0.0-b.27 The content file SysDir.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:02:12.
DirFileTime (STRUCT) ¶ TYPE DirFileTime : STRUCT Directory file time InOut: Name Type Comment ulCreation UDINT Creation date of the file ulLastAccess UDINT Date of last access to the file ulLastModification UDINT Date of last modification to the file
DirInfo (STRUCT) ¶ TYPE DirInfo : STRUCT Directory info entry This structure contains the description of one directory entry InOut: Name Type Comment tDirFileTime DirFileTime Directory dates ulSize __XWORD Size of the directory diDirectory DINT Flag of a directory. See DirInfoFlags