SETS THE ATTRIBUTE "ARCHIVE" OF THE FILE F
ACTION
The command FILE_ARCHIVE F sets the attribute "archive" of the file F.
Remark: the command FILE_ARCHIVE_OFF F cancels the attribute "archive" 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_ARCHIVE F
USE ERROR EXAMPLE
rem marks the file "test.txt" as "archive"
file_archive "test.txt"
FILE_ARCHIVE
FILE_ARCHIVE F
SEE ALSO
FILE_ARCHIVE_OFF
FILE_HIDE
FILE_HIDE_OFF
FILE_READ_ONLY
FILE_READ_ONLY_OFF
FILE_SYSTEM
FILE_SYSTEM_OFF