LNS Home
Products
Affrus 1.0
Script Debugger 3.0
FaceSpan 4.3
Freeware
XML Tools
XSLT Tools
List & Record Tools
Property List Tools
JavaScript OSA
Sample XML-RPC Server
OSA for Dreamweaver
OSAXen Fixer
CodeWarrior Tools
Site Contents
LNS Home Page
Product Registration
Bug Reporting
AppleScript Sample Scripts
AppleScript/Scripting Links
Events/Public Appearances
Discontinued Products
Contacting Us

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"

 


Copyright © 1998-2006 Late Night Software Ltd. - All Rights Reserved.