SysDirClose30 (FUN) ¶ FUNCTION SysDirClose30 : UDINT InOut: Scope Name Type Return SysDirClose30 UDINT Input hDir UDINT
SysDirCreate30 (FUN) ¶ FUNCTION SysDirCreate30 : UDINT InOut: Scope Name Type Return SysDirCreate30 UDINT Input szDir REFERENCE TO STRING
SysDirOpen30 (FUN) ¶ FUNCTION SysDirOpen30 : UDINT InOut: Scope Name Type Return SysDirOpen30 UDINT Input szDir REFERENCE TO STRING szDirEntry REFERENCE TO STRING diMaxDirEntry DINT pDirInfo POINTER TO DirInfo30 pResult POINTER TO UDINT
SysDirRemove30 (FUN) ¶ FUNCTION SysDirRemove30 : UDINT InOut: Scope Name Type Return SysDirRemove30 UDINT Input szDir REFERENCE TO STRING
SysDirRead30 (FUN) ¶ FUNCTION SysDirRead30 : UDINT InOut: Scope Name Type Return SysDirRead30 UDINT Input hDir UDINT szDirEntry REFERENCE TO STRING diMaxDirEntry DINT pDirInfo POINTER TO DirInfo30
SysDirRename30 (FUN) ¶ FUNCTION SysDirRename30 : UDINT InOut: Scope Name Type Return SysDirRename30 UDINT Input szOldDirName REFERENCE TO STRING szNewDirName REFERENCE TO STRING
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:34:34 companyName string 3S-Smart Software Solutions GmbH libraryFile SysDir23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysDir23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:34:34 LibraryCategories library-category-list System|SysLibs23 Author string 3S - Smart Software Solutions GmbH Company System Description See: Description Project SysDir23 Title SysDir23 Version version 3.5.13.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) SysDir ¶ Library Identification ¶ Placeholder: SysDir Default Resolution: SysDir, * (System) Namespace: SysDir Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysDir SysTypes Interfaces ¶ Library Identification ¶ Name: SysTypes Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes Interfaces, * (System)
SysDirCopy (FUN) ¶ FUNCTION SysDirCopy : RTS_IEC_RESULT Copies the contents of szSourceDir to szDestDir. Nonexisting destination path will be created. Depending of the parameters, all subdirectories and its content will be copied too, and existing files will be overwritten. NOTE: Empty direcories will be copied if xRecursive is TRUE. InOut: Scope Name Type Comment Return SysDirCopy RTS_IEC_RESULT Returns the runtime system error code (see CmpErrors_Itf.library) Input szDestDir REFERENCE TO STRING Name of destination directory szSourceDir REFERENCE TO STRING Name of source directory xRecursive BOOL TRUE: all subdirectories and their contents are copied, FALSE: subdirectories are omitted xOverwrite BOOL TRUE: existing files are overwritten, FALSE: existing files are left untouched
SysDirCreate (FUN) ¶ FUNCTION SysDirCreate : RTS_IEC_RESULT Creates a new directory with the specified name InOut: Scope Name Type Comment Return SysDirCreate RTS_IEC_RESULT Returns the runtime system error code (see CmpErrors_Itf.library) Input szDir REFERENCE TO STRING Name of the directory