BR FileName$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
The '''BR_FileName$''' [[command]]  will return the BR! translation of [[OS_FileName$]] into a BR! File name.
The '''BR_FileName$''' [[internal function]]  will return the BR! translation of [[OS_FileName$]] into a BR! File name.


  BR_FileName$("os-filename")
  BR_FileName$("os-filename")
Line 13: Line 13:


<noinclude>
<noinclude>
[[Category:Commands]]
[[Category:Internal Functions]]
[[Category:Release 4.18]]
[[Category:Release 4.18]]
</noinclude>
</noinclude>

Revision as of 13:08, 27 February 2014

The BR_FileName$ internal function will return the BR! translation of OS_FileName$ into a BR! File name.

BR_FileName$("os-filename")


The command above will return the BR! translation of an operating system's file name into a BR! file name.

Syntax

History

  1. Introduced in BR! 4.18