|
|
|
|
|
- Identifying the attributes of a directory
- Modifying the attributes of a directory (syntax 2)
- Handling errors
fDirAttribute (Function) In french: fRepAttribut Returns or modifies the attributes of a directory.
Syntax
Retrieving the attributes of a directory Hide the details
<Result> = fDirAttribute(<Directory path>)
Remarks Identifying the attributes of a directory To find out the different attributes of a directory, check whether one of the letters identifying an attribute is found in <Result>. This search can be performed by Position for example. fDirAttribute throws an error in the following cases: - the specified directory does not exist,
- the name of the directory is invalid,
- the directory is locked by another application (only when attributes are modified),
- the letters specified in <Directory attributes> do not correspond to directory attributes.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|