You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
There is no time and environment for testing and support yet, you can directly submit a pr to support it. According to what gpt said, it seems that you only need to judge FILE_ATTRIBUTE_REPARSE_POINT, you can test it directly
if (fileAttributes.dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT)
Describe the bug
Here is the todo code: https://github.com/tboox/tbox/blob/master/src/tbox/platform/windows/file.c#L410-L411
Expected behavior
Symbol Link should be deteced
Error output
None
Related Environment
Windows
Additional context
Here is the usage of file_info: XmacsLabs/lolly#115
The text was updated successfully, but these errors were encountered: