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)
ParameterTypeAçıklama
yolconst String&Bir dosya yolu
uzantıconst String&path içindeki uzantıyı değiştirmek için kullanılacak uzantı

ReturnValue

path with extension replaced with extension

Ayrıca Bakınız