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( 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