'Declaration Protected Overridable Function GetFileName( _ ByVal mustExist As System.Boolean _ ) As System.String
protected virtual System.string GetFileName( System.bool mustExist )
Parameters
- mustExist
- Whether to return a filename even if the file doesn't exist.
Return Value
A complete file name which is guaranteed to exist, or an empty string if the file name was not specified or could not be found.