Files
This module allows you to perform operations with files.
This module allows you to perform operations with files.
In fact, 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)]) %strings%
Absolute - that is, the one with the path starting from the root of the file system
absolute [(file|dir[ectory])] of %path%
%path%'s absolute [(file|dir[ectory])]
It also allows you to do this recursively, getting files in the directory and in all internal directories
[the] content of %path%
[the] %path%'s content
[the] (file|dir[ectory])name of %path%
[the] %path%'s (file|dir[ectory])name
[the] line %number% (from|of|in) %path%
[all] [the] lines (from|of|in) %path%
parent [(file|dir[ectory])] of %path%
%path%'s parent [(file|dir[ectory])]
file size of %path%
%path%'s file size
[last] access (date|time) of %path%
%path%'s [last] access (date|time)
[last] modified (date|time) of %path%
%path%'s [last] modified (date|time)
create[d] (date|time) of %path%
%path%'s create[d] (date|time)
%path% (is|does)[(n't| not)] exist[s]
%path% is[(n't| not)] dir[ectory]
%path% is[(n't| not)] file
It also allows you to specify a parameter for overwriting if the file already exists
copy %path% to %path% [with (replac|overwrit)(e|ing)]
It also allows you to specify the text content of the file being created
create %paths% [with [(text|string|content)] %strings%]
delete %paths%
It also allows you to specify a parameter for overwriting if the file already exists
move %paths% to %path% [with (overwrit|replac)(e|ing)]
It also allows you to specify a parameter for overwriting if the file already exists
rename %paths% to %string% [with (overwrit|replac)(e|ing)]
It also allows you to specify a parameter for overwriting if the file already exists
unzip %path% to %path% [with (overwrit|replac)(e|ing)]
It also allows you to specify a parameter for overwriting if the file already exists
zip %paths% to %path% [with (overwrit|replac)(e|ing)]