System::IO::File::Replace मेथड
File::Replace method
एक फ़ाइल की सामग्री को दूसरी से बदलता है और बदली गई फ़ाइल का बैकअप बनाता है।
static void System::IO::File::Replace(const String &sourceFileName, const String &destinationFileName, const String &destinationBackupFileName, bool ignoreMetadataErrors=true)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| sourceFileName | const String& | बदलने के लिए फ़ाइल का नाम |
| destinationFileName | const String& | बदलने वाली फ़ाइल का नाम |
| destinationBackupFileName | const String& | बैकअप फ़ाइल का नाम |
| ignoreMetadataErrors | bool | निर्दिष्ट करता है कि बदली गई फ़ाइल से प्रतिस्थापन फ़ाइल में मर्ज त्रुटियों को (true) अनदेखा किया जाना चाहिए या (false) नहीं |
संबंधित देखें
- Class String
- Class File
- Namespace System::IO
- Library Aspose.Page for C++