Return the fixed absolute path for the given directory based on the given base directory.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
| C# |
|---|
public static string GetAbsolutePath( string baseDirectory, string directory ) |
| Visual Basic |
|---|
Public Shared Function GetAbsolutePath ( _ baseDirectory As String, _ directory As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetAbsolutePath( String^ baseDirectory, String^ directory ) |