suve
:dir-create - create a directory:dir-exists - check if given directory exists:dir-force - create a chain of directories:dir-list - list entries in a directory:dir-remove - remove a directory:f-append - open a file for appending:f-close - close file:f-eof - check for end-of-file:f-getln - get a line from file:f-open - open a file for reading/writing:f-read - read values from a file:f-readln - read values from a file, one value per line:f-reset - open a file for reading:f-rewrite - open a file for writing:f-write - write values to file:f-writeln - write values and a newline to file:file-get-contents - get file contents as string:file-exists - check if file exists:file-expand-name - get absolute path of file:file-extract-ext - extract file extension from filepath:file-extract-name - extract file name from filepath:file-extract-path - extract directory from filepath:file-force-contents - write string into a file, creating dirs if needed:file-size - get file size:file-relative-path - get relative path to file from a location:file-put-contents - write string into a file:file-rename - rename a file:file-unlink - unlink (delete) a filewikipage modified on 2014/0906/1237