You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Check file path for invalid characters. See http://www.heidisql.com/forum.php?t=20873
2880
-
Result := True;
2881
-
Pieces := TStringList.Create;
2882
-
SplitRegExpr('[\\\/]', FilePath, Pieces);
2883
-
// Todo: implement cross platformic
2884
-
{for i:=1 to Pieces.Count-1 do begin
2885
-
Result := Result and TPath.HasValidFileNameChars(Pieces[i], False);
0 commit comments