Excluding directories from remote directory listing

Top  Previous  Next

You may exclude one or more directories from the remote directory listing by passing the excludeRemoteDirs applet parameter to the applet with a value equal to a comma delimited list of remote directory names to exclude. The excludeRemoteDirs filter will be used each time the remote directory is refreshed and will be compared against all directories in the current remote directory.

 

Example

 

<param name="excludeRemoteDirs" value="tmp,temp,debug">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

excludeRemoteDirs = tmp,temp,debug

 

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

 

See also

 

Specifying applet parameters