RWRF P
253
RWRF P — [Read/Write Resource File] set hidden
file
Format
RWRF P, medium, data-type, file-name;
Parameters
medium:
0 = hard disk
A = memory card
data-type:
"API" API program
"FNT" Font data
"MCR" Macro data
file-name:
ASCII text string up to 15 bytes.
Function
The RWRF P command sets the specified file as a hidden one.
The specified file, which is hidden, cannot be accessed from any PC.
This command causes a page break.
Example:
Set macro file "TEST" in the hard disk as a hidden file.
!R! RWRF P , 0 , "MCR" , "TEST"; EXIT;
Set macro file "TEST" in the memory card as a hidden file.
!R! RWRF P , A , "MCR" , "TEST"; EXIT;