Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 3.37 KB

obtaining-and-setting-file-information.md

File metadata and controls

30 lines (17 loc) · 3.37 KB
description ms.assetid title ms.topic ms.date
Functions to use to get and set file information.
3b5fb709-c699-4651-8072-97210c8cf763
Obtaining and Setting File Information
article
05/31/2018

Obtaining and Setting File Information

The following topics describe how to get and set file information.

In this section

Topic Description
Retrieving File Type Information
The GetFileType function retrieves the type of a file: disk, character (such as a console), pipe, or unknown.
Determining the Size of a File
The GetFileSize function retrieves the size of a file.
Searching for One or More Files
An application can search the current directory for all file names that match a given pattern by using the FindFirstFile, FindFirstFileEx, FindNextFile, and FindClose functions.
Setting and Getting the Timestamp of a File
Applications can retrieve and set the date and time a file is created, last modified, or last accessed by using the GetFileTime and SetFileTime functions.
Determining the Current Character Set Code Page
The AreFileApisANSI function determines whether the file I/O functions are using the ANSI or OEM character set code page.