FileGetAttributes

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > File >

FileGetAttributes

available from build: 20120523

Description

This command allows the reading of the read-only and of the hidden file attributes.

Syntax

call DBWShell("FileGetAttributes fullPathFileName")

Parameters

fullPathFileName

the full path of the file

Results

@FILE_IS_READ_ONLY

1: if the file is read-only
0:otherwise

See also

FileSetAttributes command