'Declaration
Public Overloads Shared Function GetAbsoluteFilePath( _ ByVal filePath As String, _ ByVal checkCurrentDirectory As Boolean, _ ByVal throwOnError As Boolean, _ ByVal createAlways As Boolean, _ Optional ByVal writable As Boolean _ ) As String
'Usage
Dim filePath As String Dim checkCurrentDirectory As Boolean Dim throwOnError As Boolean Dim createAlways As Boolean Dim writable As Boolean Dim value As String value = Utils.GetAbsoluteFilePath(filePath, checkCurrentDirectory, throwOnError, createAlways, writable)
public static string GetAbsoluteFilePath( string filePath, bool checkCurrentDirectory, bool throwOnError, bool createAlways, bool writable )
public: static String^ GetAbsoluteFilePath( String^ filePath, bool checkCurrentDirectory, bool throwOnError, bool createAlways, bool writable )
Parameters
- filePath
- checkCurrentDirectory
- throwOnError
- createAlways
- writable