NET FTP Library
FtpDirectorySeparator Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : FtpDirectorySeparator Property
Directory Separator Character. Default is '/'
Syntax
'Declaration
 
Public Property FtpDirectorySeparator As System.Char
'Usage
 
Dim instance As FTP
Dim value As System.Char
 
instance.FtpDirectorySeparator = value
 
value = instance.FtpDirectorySeparator
public System.char FtpDirectorySeparator {get; set;}
public read-write property FtpDirectorySeparator: System.Char; 
public function get,set FtpDirectorySeparator : System.char
public: __property System.char get_FtpDirectorySeparator();
public: __property void set_FtpDirectorySeparator( 
   System.char value
);
public:
property System.char FtpDirectorySeparator {
   System.char get();
   void set (    System.char value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members