| arEncryptText |
Encrypts string source using the given
key |
| arDecryptText |
decrypts encoded string source using
the given key |
| arWriteFile |
writes the data into the file. If
the key is not empty encrypts the data.
Possible modes: "write", "overwrite" and "append" |
| arReadFile |
reads the data from the file. Offset
specifies the line to read (0-based).
If key is not empty, decrypts data |
| |
| arMD5 |
calculates a digest of source using
MD5 algotrithm |
| arGetFileMD5 |
calculates a digest of the given file
contents using MD5 algotrithm |
| |
| arDeleteFile |
deletes the file |
| arCreatePath |
Creates the given path |
| arIsValidFile |
checks if the file with the given
path exists |
| arIsValidPath |
checks if the folder with the given
path exists |
| arDeletePath |
deletes the given folder and its contents.
DANGER!
RECURSIVE! No confirmation will be requested |
| |
|
| arListDir |
lists all the components of the given folder matching
the given pattern and attributes |
| arGetVolumes |
lists the volumes available in the system |
| arGetFileAttributes |
returns the attributes of the given file |
| |
| arCopyFile |
copied source to dst, if overwrite is not 0 overwrites
dst if exists |
| arMoveFile |
copied source to dst. Destination must not exist! |