PowerTCP FTP for .NET
IncludeHiddenFiles Property



Determines whether hidden files should be included in any Listing operations.
Syntax
<DefaultValueAttribute(False)>
Public Property IncludeHiddenFiles As Boolean
Dim instance As FtpSession
Dim value As Boolean
 
instance.IncludeHiddenFiles = value
 
value = instance.IncludeHiddenFiles
[DefaultValue(false)]
public bool IncludeHiddenFiles {get; set;}
[DefaultValue(false)]
public:
property bool IncludeHiddenFiles {
   bool get();
   void set (    bool value);
}
Remarks
This property is only used when ListType set to ListType.Full. It is equivalent to adding '-a' to the search pattern.
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic