BR FileName$

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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