System::IO::File::SetAttributes methode
File::SetAttributes method
Stelt de opgegeven attributen in op het opgegeven bestand.
static void System::IO::File::SetAttributes(const String &path, FileAttributes fileAttributes)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | const String& | Het pad van het bestand waarop de attributen moeten worden ingesteld |
| fileAttributes | FileAttributes | Een bitwise combinatie van FileAttributes waarden die de in te stellen attributen vertegenwoordigen |
Zie ook
- Class String
- Enum FileAttributes
- Class File
- Namespace System::IO
- Library Aspose.Page for C++