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++