PING
0.9
Statistical data handling and processing in production environment
|
Rename/move a file (or a directory) to another location.
ifn
: name or full path of an input file;idir
: (option) input directory where the input file is located; if not passed, the location is derived from ifn
.ofn
: (option) new location/name of the file; if empty, the renaming of the file uses the timestamp;odir
: (option) output directory where the file will be moved; if empty, odir
is set to idir
.Run macro %_example_file_move
for examples.