Path of directory on server being listed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
[ObsoleteAttribute("Use DirectoryName or DirectoryPath")] public string Directory { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Use DirectoryName or DirectoryPath")> _ Public ReadOnly Property Directory As String Get |
Visual C++ |
---|
[ObsoleteAttribute(L"Use DirectoryName or DirectoryPath")] public: property String^ Directory { String^ get (); } |