| 
            
              FtpDirectoryFullPath Property
             | 
          
        
        
            Full path of directory.
            
        
        Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic abstract string FullPath { get; }Public MustOverride ReadOnly Property FullPath As String
	Get
public:
virtual property String^ FullPath {
	String^ get () abstract;
}abstract FullPath : string with get
 View SourceProperty Value
String
See Also