Project

General

Profile

$mkfn » History » Version 1

Per Amundsen, 08/09/2015 02:31 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$mkfn(filename)*
4
5
Replaces invalid filename characters with underscore.
6
7
*Parameters*
8
9
filename - The filename to format.
10
11
*Example*
12
13
<pre>
14
; Format the filename 'tes\t.txt' to 'tes_t.txt'
15
//echo -ag $mkfn(tes\t.txt)
16
</pre>