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