|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > File > FileSetAttributes |
available from build: 20120523 |
This command allows the setting of the read-only and of the hidden file attributes.
call DBWShell("FileSetAttributes fullPathFileName setReadOnly setHidden")
fullPathFileName |
the full path of the file |
|---|---|
setReadOnly |
0:set the file as writeable |
setHidden |
0:set the file as visible |
FileGetAttributes command