Valid on UNIX only
The Is_Blk function checks the file for the specified attribute.
Function format:
Is_Blk(filename as String) as Boolean
Identifies a file path.
Returns TRUE if the file is a block special file, and returns FALSE in all other cases.
Example:
If Is_Blk(Argv(1)) Then print(Argv(1) + " indicates 'Blk'.") Else print(Argv(1) + " does not indicate 'Blk'.") End If
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|