Project

General

Profile

Actions

$mkfn » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 08/09/2015 02:31 AM


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 8 years ago · 1 revisions

Also available in: PDF HTML TXT