- abortFileTransfer()
The function abortFileTransfer() aborts all file transfers of the stated manager.
- access()
Queries the access mode of the file or directory with the specified path name.
- baseName()
The function returns the last part of a file path.
- byteSizeToString()
Converts a filesize in bytes to a string (for example, with getFileSize()).
- copyAllFiles()
Copies all the files of the specified directory to a new directory.
- copyAllFilesRecursive()
Copies files and subdirectories of a directory to a new directory.
- copyFile()
Copies the specified source file to the specified target file or to the specified directory.
- delExt()
The function deletes the file extension of the specified file.
- dirName()
The function returns the directory path for the specified directory.
- fclose()
Closes a file.
- feof()
Examines whether an end of file has been noted.
- ferror()
Examines whether a file error has been noted.
- fflush()
Writes data to a file.
- ftpDownload()
The function ftpDownload downloads a file from an FTP or FTPS server.
- ftpUpload()
The function ftpUpload uploads a file to an FTP or FTPS server.
- fgets()
Returns a string from a file.
- fileToString()
This function loads an ASCII file and writes the contents into a string variable.
- findExecutable()
The function searches for the given executable and returns the full path to it or an empty string if not found.
- fopen()
Opens a file.
- fprintf()
Writes to a file.
- fprintfPL()
Writes to a file similar to fprintf() except changes to the current WinCC OA language before converting.
- fprintfUL()
Writes to a file similar to fprintf() except changes to the current Windows user language before converting.
- fputs()
Writes a string to a file.
- fread()
Reads a number of bytes from a file to a blob variable.
- fscanf()
Reads a file.
- fscanfPL()
Reads a file similar to fscanf() except changes to the current WinCC OA language before converting.
- fscanfUL()
Reads a file like fscanf(), but change to the current Windows user language before converting.
- fseek()
Sets the pointer of the file f from the position whence to the position defined by the offset.
- ftell()
The ftell function obtains the current value of the file position indicator for the stream pointed to by f.
- fwrite()
Writes a number of bytes from a blob variable to a file.
- getExt()
The function returns the file extension.
- getFileModificationTime()
The function returns the modification date and time of a file.
- getFileNames()
Lists the files or sub directories of a directory.
- getFileNamesRev()
Reverse of the function getFileNames().
- getFileSize()
The function checks the size of the defined file.
- getPath()
This function determines the absolute paths for panels, scripts etc.
- getPendingFileTransferCount()
The function getPendingFileTransferCount() returns the number of currently pending file transfers.
- getYoungerFiles()
Returns all the files of a directory that has changed since a particular date.
- isdir()
The function checks if a specified directory exists.
- isfile()
The function tests if a specified file exists.
- mkdir()
Creates a directory with a specified name.
- moveFile()
Moves the specified file or directory to the target directory.
- remove()
The function remove() deletes a file.
- rename()
The function renames a file.
- requestFileList()
The function requestFileList() requests a file list from the manager with the specified manager Id.
- requestFileTransfer()
The function requestFileTransfer() requests a list of files to be transferred from the active to passive partner in a redundant project.
- rewind()
Places the pointer at the beginning of the file FileDesc.
- rmdir()
The function deletes a specified directory.
- sftpDownload()
The function sftpDownload downloads a file from an SFTP (SSH File Transfer Protocol) server.
- sftpUpload()
The function sftpUpload uploads a file to an SFTP (SSH File Transfer Protocol) server.
- setFileModificationTime()
This function sets/changes the last modification date and time of a file.
- tmpnam()
Creates temporary file names.