AppCtrlScript

MAY Computer

Help

File Commands

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

    Command

    Description

    ANYFILEFOUND Get information if a folder is empty
    APPENDFROMFILE Append file content to a script variable content
    APPENDSTRING Append a string to a file
    CONCATFILES Concat two files together
    COUNTFILES Retrieve the number of files in a folder
    COUNTLINESINFILE Count number of lines in a text file
    CRC32FROMFILE Builds a CRC32 checksum from a file
    CREATEPATH Create a path if it does not exist
    CREATEPATHTOFILE Create the path to a file
    FILECOPY Copy a file
    FILEDELETE Delete a file
    FILEMOVE Move a file
    FILERENAME Rename a file
    FTPDOWNLOAD Download file via FTP
    FTPUPLOAD Upload file via FTP

    GETDRIVESPACE

    Get free number of bytes on a drive or share
    GETFILEDATE Get timestamp of a file
    GETFILELENGTH Get file size
    GETFILEREADONLY Read a file's read only flag
    HTTPDOWNLOAD Download file via HTTP
    READSTRING Read the contents of a file in a script variable
    SETFILEREADONLY Sets or clears the read-only flag of a file
    UNZIPFILES Extract files from a ZIP file
    WAITFORFILEACCESS Wait until a file is available
    WAITFORFILEDELETE Wait until a file has been deleted
    WRITESTRING Write a string to a file
    ZIPFILES Pack files into a ZIP file