Return the fixed absolute path for the given directory based on the given base directory.
Namespace: EnterpriseDT.UtilAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
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 ) |