EXPRESSIONS
Get a link to an abstract file
You get either a real file, if there is one, or an abstract file that can then be created.
[the] (file[s]|dir[ector(y|ies)]) [path] %strings%
Get an absolute path
Absolute means the path starts from the root of the file system.
absolute path of %path%
%path%'s absolute path
Get all files inside a directory
You can do this recursively, getting files in the directory and all internal directories.
[all] files in %path%
Get the text content of a file
Can be changed.
content[s] of %path%
%path%'s content[s]
Get the name of a file or directory
Can be changed.
name of %path%
%path%'s name
Read a line or lines of a file, or change them
[the] line %number% (from|of|in) %path%
[all] [the] lines (from|of|in) %path%
Get the directory where the file or folder is located
Can be changed.
parent of %path%
%path%'s parent
Get file size in bytes
size of %path%
%path%'s size
Get the last access date of a file
last access time of %path%
%path%'s last access time
Get the last modified date of a file
last modified time of %path%
%path%'s last modified time
Get file creation date
creation time of %path%
%path%'s creation time
Get file extension
extension of %path%
%path%'s extension
Disk space info
total space of %path%
usable space of %path%