File Visibility Scripting Addition
File Visibility is a freeware scripting addition which allows your scripts
to make files and folders invisible or visible.
Download version 1.1
(3K)
If you are having problems with Folder Guard, please see our Customer
Support page.
Index of Commands:
Make File Visible | Make File Invisible
|
Make File Visible
Back To Index
|
The Make File Visible command makes a file or folder visible from
the Finder.
Syntax
make file visible fileSpec
Parameters
| fileSpec |
This parameter specifies the file or folder to be made visible. |
Result
None.
Example
make file visible Â
alias "Macintosh HD:Desktop Folder:Example File"
|
|
Make File Invisible
Back To Index
|
The Make File Invisible command makes a file or folder invisible
to the Finder.
Syntax
make file invisible fileSpec
Parameters
| fileSpec |
This parameter specifies the file or folder to be made invisible. |
Result
None.
Example
make file invisible Â
alias "Macintosh HD:Desktop Folder:Example File"
|
|