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( char separator, string baseDirectory, string directory ) |
| Visual Basic |
|---|
Public Shared Function GetAbsolutePath ( _ separator As Char, _ baseDirectory As String, _ directory As String _ ) As String |
| Visual C++ |
|---|
public: static String^ GetAbsolutePath( wchar_t separator, String^ baseDirectory, String^ directory ) |
Parameters
- separator
- Type: System..::..Char
- baseDirectory
- Type: System..::..String
- directory
- Type: System..::..String