Skip to content

Add information about _stat to VS Change History#4552

Merged
Jak-MS merged 1 commit into
MicrosoftDocs:mainfrom
strega-nil:_stat-change
May 19, 2023
Merged

Add information about _stat to VS Change History#4552
Jak-MS merged 1 commit into
MicrosoftDocs:mainfrom
strega-nil:_stat-change

Conversation

@strega-nil-ms
Copy link
Copy Markdown
Contributor

In VS 2013 and previous, _stat(R"(C:\path\to\directory\)") would fail due to the trailing backslash, because we used to use FindFirstFile. Now, we use CreateFile, and so trailing backslashes work when the path is the name of a directory.

In VS 2013 and previous, `_stat(R"(C:\path\to\directory\)")` would fail
due to the trailing backslash, because we used to use `FindFirstFile`.
Now, we use `CreateFile`, and so trailing backslashes work when the path
is the name of a directory.
@prmerger-automator
Copy link
Copy Markdown
Contributor

@strega-nil-ms : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 2c4bc58:

✅ Validation status: passed

File Status Preview URL Details
docs/porting/visual-cpp-change-history-2003-2015.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@Jak-MS
Copy link
Copy Markdown
Contributor

Jak-MS commented May 18, 2023

@TylerMSFT

  • Can you review this PR?
  • IMPORTANT: When this content is ready to merge, you must add #sign-off in a comment or the approval may get overlooked.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator Bot added the aq-pr-triaged Tracking label for the PR review team label May 18, 2023
@TylerMSFT
Copy link
Copy Markdown
Collaborator

#sign-off

@Jak-MS Jak-MS merged commit 95b672e into MicrosoftDocs:main May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants