NET FTP Library
LastDirectory Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : LastDirectory Property
Syntax
'Declaration
 
Protected Property LastDirectory As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
instance.LastDirectory = value
 
value = instance.LastDirectory
protected System.string LastDirectory {get; set;}
protected read-write property LastDirectory: System.String; 
protected function get,set LastDirectory : System.String
protected: __property System.string* get_LastDirectory();
protected: __property void set_LastDirectory( 
   System.string* value
);
protected:
property System.String^ LastDirectory {
   System.String^ get();
   void set (    System.String^ 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