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