Verify if File name is valid
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2011
Syntax
| C# |
|---|
public static bool IsValidFileName( string filePath ) |
| Visual Basic |
|---|
Public Shared Function IsValidFileName ( _ filePath As String _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsValidFileName( String^ filePath ) |
Parameters
- filePath
- Type: System..::..String
File path to be tested for valid file name
Return Value
True if File name is valid; false otherwise
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |