added comments in Filename.h

This commit is contained in:
2023-07-21 18:29:23 +08:00
parent c3e8db3104
commit 9e5df330ca

View File

@@ -7,6 +7,19 @@
/** /**
* Maximum Path Length Limitation * Maximum Path Length Limitation
* https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd * https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd
*
*
* File name rules
*
* Windows
*
* + drive_letter
* | + directory separator
* | | + filename separator
* v v v
* C:\directory\filename.ext
* ----v---- ---v--- -v-
* path name ext
*/ */
namespace hgl namespace hgl