System.IOUtils.TPath.IsValidPathChar
Delphi
class function IsValidPathChar(const AChar: Char): Boolean; inline; static;
C++
static bool __fastcall IsValidPathChar(const System::WideChar AChar);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.IOUtils.pas System.IOUtils.hpp |
System.IOUtils | TPath |
Description
Vérifie si un caractère donné est autorisé dans une chaîne de chemin.
Appelez IsValidPathChar pour vérifier si un caractère donné est autorisé dans une chaîne de chemin. IsValidPathChar renvoie true si le caractère est autorisé ; false sinon. Le tableau suivant liste les paramètres attendus par cette méthode.
Nom | Signification |
---|---|
AChar |
Le caractère vérifié |