Hiding hidden files |
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