mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Added some documentation for special file keys.
This commit is contained in:
@@ -255,7 +255,8 @@ they appear in the batchfile.
|
||||
setp KEY INPUT PATTERN REPL
|
||||
KEY will be set to the result of re.sub(PATTERN, REPL, INPUT). Patterns
|
||||
are evaluated in the order they appear in the batchfile, once for each
|
||||
file that appears in the batchfile before writing.
|
||||
file that appears in the batchfile before writing. INPUT can use the
|
||||
special keys _FILENAME, _ABSPATH, and _FOLDER.
|
||||
"""
|
||||
key = args[0]
|
||||
inp = args[1]
|
||||
|
||||
Reference in New Issue
Block a user