FilePathValidatePathName Method
Ensures the supplied path name is valid.
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
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.