System::IO::File::SetAttributes मेथड
File::SetAttributes method
निर्दिष्ट फ़ाइल पर निर्दिष्ट गुण सेट करता है।
static void System::IO::File::SetAttributes(const String &path, FileAttributes fileAttributes)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| पथ | const String& | फ़ाइल का पथ जिस पर गुण सेट किए जाने हैं |
| fileAttributes | FileAttributes | सेट करने वाले गुणों को दर्शाने वाले FileAttributes मानों का बिटवाइज़ संयोजन |
संबंधित देखें
- Class String
- Enum FileAttributes
- Class File
- Namespace System::IO
- Library Aspose.Page for C++