Xojo.IO.FolderItem.IsVisible

From Xojo Documentation

Read-Only Property (As Boolean )
BooleanValue = aXojo.IO.FolderItem.IsVisible

Supported for all project types and targets.

ndicates whether the FolderItem is visible to standard file system tools (Explorer or Finder, for example).

Sample Code

If myFile.Visible Then
// open the file
End If