FILES
Данный модуль позволяет совершать операции с файлами.
EVENTS
EXPRESSIONS
CONDITIONS
EFFECTS
Данный модуль позволяет совершать операции с файлами.
[on] (file|dir[ectory]) creation[s] (at|for) [[the] (file[s]|dir[ector(y|ies)]|paths)] %strings%
[on] (file|dir[ectory]) modify[ication][s] (at|for) [[the] (file[s]|dir[ector(y|ies)]|paths)] %strings%
[on] (file|dir[ectory]) deletion[s] (at|for) [[the] (file[s]|dir[ector(y|ies)]|paths)] %strings%
[on] (file|dir[ectory]) overflow[s] (at|for) [[the] (file[s]|dir[ector(y|ies)]|paths)] %strings%
[on] every (file|dir[ectory]) change[s] (at|for) [[the] (file[s]|dir[ector(y|ies)]|paths)] %strings%
[the] (file[s]|dir[ector(y|ies)]) [path] %strings%
Абсолютный путь начинается с root
absolute path of %path%
%path%'s absolute path
files in %path%
Может быть изменено с использованием SET
content[s] of %path%
%path%'s content[s]
Может быть изменено с использованием SET
name of %path%
%path%'s name
Может быть изменено с использованием SET
[the] line %number% (from|of|in) %path%
[all] [the] lines (from|of|in) %path%
Может быть изменено с использованием SET
parent of %path%
%path%'s parent
size of %path%
%path%'s size
last access time of %path%
%path%'s last access time
last modified time of %path%
%path%'s last modified time
creation time of %path%
%path%'s creation time
extension of %path%
%path%'s extension
total space of %path%
usable space of %path%
%path% (is|does)[(n't| not)] exist[s]
%path% is[(n't| not)] dir[ectory]
%path% is[(n't| not)] [a] file
%path% is[(n't| not)] empty
%path% is[(n't| not)] executable
%path% is[(n't| not)] hidden
%path% is[(n't| not)] readable
%path% is[(n't| not)] [a] system file
%path% is[(n't| not)] writable
copy %path% to %path%
[(async/sync)] create %path% [with content %strings%]
[(async/sync)] delete %path%
[(async/sync)] move %paths% to %path%
[(async/sync)] rename %path% to %string%
[(async/sync)] unzip %path% to %path%
[(async/sync)] zip %path% to %path%
[(async/sync)] download file from [url] %string% (and store it in|to) %path%