System::IO::Path::ChangeExtension méthode
Path::ChangeExtension method
Modifie l’extension du chemin de fichier spécifié.
static String System::IO::Path::ChangeExtension(const String &path, const String &extension)
| Paramètre | Type | Description |
|---|---|---|
| chemin | const String& | Un chemin de fichier |
| extension | const String& | L’extension à remplacer celle de path |
ReturnValue
path with extension replaced with extension
Voir aussi
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Font for C++