Actions
Added in 1.9.0
$mkfn(filename)
Replaces invalid filename characters with underscore.
Parameters
filename - The filename to format.
Example
; Format the filename 'tes\t.txt' to 'tes_t.txt' //echo -ag $mkfn(tes\t.txt)
Updated by Per Amundsen over 5 years ago · 1 revisions