BR FileName$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The '''BR_FileName$''' [[internal function]]  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.
The internal function above will return the BR! translation of an [[operating system]]'s file name into a BR! file name.


==Syntax==
==Syntax==

Revision as of 12:45, 22 May 2014

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

Syntax

BR_FileName$("<os-filename>")

History

  1. Introduced in BR! 4.18

Example