Hiding hidden files

Top  Previous  Next

You may hide "hidden" files (those whose name are prefixed with a period) in the remote directory by passing showHiddenFiles applet parameter with a value of false.

 

Example

 

<param name="showHiddenFiles" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

showHiddenFiles = false

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters