HiddenFiles Property  
 

Determine if the server should permit access to hidden files.

Syntax

object.HiddenFiles [= { True | False } ]

Remarks

The HiddenFiles property determines if the server should allow clients to access files with the hidden and/or system attribute. If this property is True, then hidden files are included in directory listings and clients may download or replace hidden files. If the property is False, hidden files are not included in directory listings and any attempt to access, delete or modify a hidden file will result in an error.

The default value for this property is False.

Data Type

Boolean

See Also

NoIndex Property, ReadOnly Property, Restricted Property, Start Method