System::IO::Path::ChangeExtension metodo
Path::ChangeExtension method
Modifica l’estensione nel percorso file specificato.
static String System::IO::Path::ChangeExtension(const String &path, const String &extension)
| Parametro | Tipo | Descrizione |
|---|---|---|
| percorso | const String& | Un percorso di file |
| estensione | const String& | L’estensione da usare per sostituire quella in path |
ReturnValue
path with extension replaced with extension
Vedi anche
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Font for C++