FilePathValidatePathName Method
Ensures the supplied path name is valid.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
public static void ValidatePathName(
string filePath
)
Public Shared Sub ValidatePathName (
filePath As String
)
public:
static void ValidatePathName(
String^ filePath
)
Gemstone.IO.FilePath.ValidatePathName = function(filePath);
Parameters
- filePath String
- The file path to be validated.
Throws argument exceptions if the is invalid.