BR FileName$

From BR Wiki
Jump to navigation Jump to search

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