SETS THE ATTRIBUTE "HIDE" OF THE FILE F
ACTION
The command FILE_HIDE F sets the attribute "hide" of the file F.
Remark: the command FILE_HIDE_OFF F cancels the attribute "hide" of the file F.
F is the absolute or relative name of the file.
The absolute name is the entire name, related to the root of the file system (ex: "c:\temp\file.txt").
The relative name is the name of the file related to the current directory (ex: "file.txt" or "/file.txt" or "\file.txt").
SYNTAX:
FILE_HIDE F
USE ERROR EXAMPLE
rem marks the file "test.txt" as "hidden"
file_hide "test.txt"
FILE_HIDE
FILE_HIDE F
SEE ALSO
FILE_ARCHIVE
FILE_ARCHIVE_OFF
FILE_HIDE_OFF
FILE_READ_ONLY
FILE_READ_ONLY_OFF
FILE_SYSTEM
FILE_SYSTEM_OFF