BR FileName$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:
==Syntax==
==Syntax==
  BR_FileName$("<os-filename>")
  BR_FileName$("<os-filename>")
[[image:brfilename.png]]
[[image:brfilename.png]]<br>
Note that placing a colon in front of an OS filename tells BR to use the name without further processing after stripping the colon. However, using a leading colon here would be redundant and would prevent BR from properly converting the OS filename to a BR filename. So in this instance please omit the leading colon.


==History==
==History==

Latest revision as of 01:17, 25 November 2014

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

Syntax

BR_FileName$("<os-filename>")


Note that placing a colon in front of an OS filename tells BR to use the name without further processing after stripping the colon. However, using a leading colon here would be redundant and would prevent BR from properly converting the OS filename to a BR filename. So in this instance please omit the leading colon.

History

  1. Introduced in BR! 4.18

Example