System::IO::Path::ChangeExtension yöntemi
Path::ChangeExtension method
Belirtilen dosya yolundaki uzantıyı değiştirir.
static String System::IO::Path::ChangeExtension(const String &path, const String &extension)
| Parametre | Tür | Açıklama |
|---|---|---|
| yol | const String& | Bir dosya yolu |
| uzantı | const String& | path içindeki uzantıyı değiştirmek için uzantı |
ReturnValue
path with extension replaced with extension
Ayrıca Bakınız
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Font for C++