summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/testinfo.dat
blob: e39eac71b43d6c308db2211aa3d3157b2234d81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = file_io
Function = SetFileAttributesA
Name = Test for SetFileAttributesA which tests READONLY and NORMAL attributes
TYPE = DEFAULT
EXE1 = setfileattributesa
Description 
= Test the SetFileAttributesA function. Set a file as READONLY and
= attempt to open it with WRITE access, to ensure that this doesn't work.
= Then switch to NORMAL attributes, and try again -- it should work.