System::IO::File::SetAttributes metod
File::SetAttributes method
Ställer in de angivna attributen på den angivna filen.
static void System::IO::File::SetAttributes(const String &path, FileAttributes fileAttributes)
| Parameter | Typ | Beskrivning |
|---|---|---|
| sökväg | const String& | Sökvägen till filen vars attribut ska anges |
| fileAttributes | FileAttributes | En bitvis kombination av FileAttributes-värden som representerar attributen att ange |
Se även
- Class String
- Enum FileAttributes
- Class File
- Namespace System::IO
- Library Aspose.PDF for C++