From 31e15fe11dc72746b143e70ab1cd3b31d50fd6e5 Mon Sep 17 00:00:00 2001 From: Julius Liu Date: Fri, 26 Jul 2024 16:17:46 -0700 Subject: [PATCH 1/2] maint: clarify meaning of change time --- sdk-api-src/content/winbase/ns-winbase-file_basic_info.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md b/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md index dfa52f822acc..67a8c81df75c 100644 --- a/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md +++ b/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md @@ -79,6 +79,8 @@ The time the file was last written to in FILETIME format. +> Note: The distinction between this and `LastWriteTime`, is that `LastWriteTime` pertains to the underlying data-stream, while `ChangeTime` refers to changes to file metadata, such as renames, attribute changes, etc. + ### -field FileAttributes The file attributes. For a list of attributes, see From 788888c51ea955dae21e60c5e243c0a8593df8a6 Mon Sep 17 00:00:00 2001 From: Steven White <31261191+stevewhims@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:37:01 -0700 Subject: [PATCH 2/2] Update ns-winbase-file_basic_info.md --- .../content/winbase/ns-winbase-file_basic_info.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md b/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md index 67a8c81df75c..8c15fff9152a 100644 --- a/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md +++ b/sdk-api-src/content/winbase/ns-winbase-file_basic_info.md @@ -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 @@ -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. @@ -79,7 +76,8 @@ The time the file was last written to in FILETIME format. -> Note: The distinction between this and `LastWriteTime`, is that `LastWriteTime` pertains to the underlying data-stream, while `ChangeTime` refers to changes to file metadata, such as renames, attribute changes, etc. +> [!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 @@ -103,4 +101,4 @@ The file attributes. For a list of attributes, see -SetFileInformationByHandle \ No newline at end of file +SetFileInformationByHandle