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