CANCELS THE ATTRIBUTE "HIDE" OF THE FILE F
ACTION
The command FILE_HIDE_OFF F cancels the attribute "hide" of the file F.
Remark: the command FILE_HIDE F sets 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_OFF F
USE ERROR EXAMPLE
rem cancels the mark "hide" of the file "test.txt"
file_hide_off "test.txt"
FILE_HIDE_OFF
FILE_HIDE_OFF F
SEE ALSO
FILE_ARCHIVE
FILE_ARCHIVE_OFF
FILE_HIDE
FILE_READ_ONLY
FILE_READ_ONLY_OFF
FILE_SYSTEM
FILE_SYSTEM_OFF