| 
            
              FtpFileFullPath Property
             | 
          
        
        
            Full path of file.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic string FullPath { get; }Public ReadOnly Property FullPath As String
	Get
public:
virtual property String^ FullPath {
	String^ get () sealed;
}abstract FullPath : string with get
override FullPath : string with get
 View SourceProperty Value
StringImplements
IFtpFileFullPath
See Also