|
if ValidateParams and not TPath.HasValidPathChars(Path, False) then
|
|
if ValidateParams and not TPath.HasValidPathChars(Path, False) then
|
|
Raise EInOutArgumentException.CreateFmt(SErrInvalidCharsInPath,[Path],Path);
|
|
Raise EInOutArgumentException.CreateFmt(SErrInvalidCharsInPath,[Path],Path);
|