|
|
|
|
|
- Identifying the attributes of a directory
- Modifying the attributes of a directory (syntax 2)
- Handling errors
- Operating mode in Windows Vista (and later)
- Previous versions
Returns or modifies the attributes of a directory.
Sintaxis
Retrieving the attributes of a directory Ocultar los detalles
<Result> = fDirAttribute(<Directory path>)
Observaciones 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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|