$mklogfn: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
Exmaples indeed.
 
Line 3: Line 3:
  $mklogfn(String)
  $mklogfn(String)


==Exmaples==
==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 18: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