Skip to content

maint: clarify meaning of change time #1863

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sdk-api-src/content/winbase/ns-winbase-file_basic_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ helpviewer_keywords: ["*PFILE_BASIC_INFO","FILE_BASIC_INFO","FILE_BASIC_INFO str
old-location: fs\file_basic_info.htm
tech.root: fs
ms.assetid: 7765e430-cf6b-4ccf-b5e7-9fb6e15ca6d6
ms.date: 12/05/2018
ms.date: 08/02/2024
ms.keywords: '*PFILE_BASIC_INFO, FILE_BASIC_INFO, FILE_BASIC_INFO structure [Files], PFILE_BASIC_INFO, PFILE_BASIC_INFO structure pointer [Files], fileextd/FILE_BASIC_INFO, fileextd/PFILE_BASIC_INFO, fs.file_basic_info, winbase/FILE_BASIC_INFO, winbase/PFILE_BASIC_INFO'
req.header: winbase.h
req.include-header: Windows.h
Expand Down Expand Up @@ -50,9 +50,6 @@ api_name:
- FILE_BASIC_INFO
---

# FILE_BASIC_INFO structure


## -description

Contains the basic information for a file. Used for file handles.
Expand All @@ -79,6 +76,9 @@ The time the file was last written to in <a href="/windows/desktop/api/minwinbas
The time the file was changed in <a href="/windows/desktop/api/minwinbase/ns-minwinbase-filetime">FILETIME</a>
format.

> [!NOTE]
> The distinction between *ChangeTime* and *LastWriteTime*, is that *LastWriteTime* relates to the underlying data-stream, while *ChangeTime* refers to changes to file metadata, such as renames and attribute changes.

### -field FileAttributes

The file attributes. For a list of attributes, see
Expand All @@ -101,4 +101,4 @@ The file attributes. For a list of attributes, see



<a href="/windows/desktop/api/fileapi/nf-fileapi-setfileinformationbyhandle">SetFileInformationByHandle</a>
<a href="/windows/desktop/api/fileapi/nf-fileapi-setfileinformationbyhandle">SetFileInformationByHandle</a>