summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/testinfo.dat
blob: d7b707fca906d689486a07fabe6ac8051baebbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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 = some File_io functions

Name = errorpathnotfound - checking GetLastError.

Type = DEFAULT 

EXE1 = test4

Description

= Test the return value of GetLastError() after calling 

= some file_io functions with an invalid path. 

= Functions covered by this test are: 

= MoveFIlew, FindFirstFileA, FindFirstFileW,

= GetFileAttributesA, GetFileAttributesW,

= SetFileAttributesA, SetFileAttributesW.