Difference between revisions of "$mklogfn"
From Scriptwiki
(Exmaples indeed.) |
|||
Line 3: | Line 3: | ||
$mklogfn(String) | $mklogfn(String) | ||
− | == | + | ==Examples== |
$mklogfn(MyFile) = MyFile.QuakeNet.log | $mklogfn(MyFile) = MyFile.QuakeNet.log | ||
[[Category:Identifiers]][[Category:File and Directory Identifiers]] | [[Category:Identifiers]][[Category:File and Directory Identifiers]] |
Latest revision as of 19:29, 27 October 2013
Returns a file name generated from the given string following the rules specified for logging.
$mklogfn(String)
Examples
$mklogfn(MyFile) = MyFile.QuakeNet.log