System::IO::Path::ChangeExtension メソッド
Path::ChangeExtension method
指定されたファイルパスの拡張子を変更します。
static String System::IO::Path::ChangeExtension(const String &path, const String &extension)
| パラメーター | 型 | 説明 |
|---|---|---|
| パス | const String& | ファイルパス |
| 拡張子 | const String& | path の拡張子と置き換える拡張子 |
ReturnValue
path with extension replaced with extension
参照
- Class String
- Class Path
- Namespace System::IO
- Library Aspose.Page for C++