Valid on NetWare, Windows, and Windows CE
The Is_Archive function checks the file for the specified attribute.
This file content function has the format:
Is_Archive(filename as String) as Boolean
Identifies a file path.
The function returns TRUE if the file is archived; otherwise, it returns FALSE.
Example: Is_Archive function
If Is_Archive(Argv(1)) Then print(Argv(1) + " indicates 'Archive'.") Else print(Argv(1) + " does not indicate 'Archive'.") End If
|
Copyright © 2013 CA.
All rights reserved.
|
|