On Sun, Nov 19, 2023 at 11:04 AM Sven Barth via fpc-pascal
<fpc-pascal@lists.freepascal.org> wrote:


> Also: does this depend on the operating system and/or file system? Cause 
> Linux file systems have different invalid characters (usually only slash and 
> NUL) than NTFS or FAT.

Determining FileSystem at runtime, is that even possible?
Adjusting the TPath.HasValidPathChars and TPath.GetInvalidPathChars
functions for *nix maye be rather easy (there laready is non-windows
code in that unit)

ValidateParams may even mean (ATM nobody seems to know) that the
params must represent a valid path (either on it's own or after
concatenation).

-- 
Bart
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to