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
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
Added new methods File.GetFileId and Directory.GetFileId that returns a unique file or directory identifier that can be used to determine if two paths refer to the same directory (symbolic links and junctions) or to the same file (symbolic links or hard links). The methods are compatible with FAT, NTFS and ReFS file systems.
To support ReFS file system (Windows 8+) this identifier is composed of 64-bit volume serial number and 128-bit file system entry identifier (see WINAPI structure FILE_ID_INFO and functions GetFileInformationByHandle and GetFileInformationByHandleEx - https://msdn.microsoft.com/cs-cz/library/windows/desktop/hh802691(v=vs.85).aspx)
Yomodo
changed the title
Added methods File.GetFileId and Directory.GetDirectoryId to return a unique file or directory identifier.
Add methods File.GetFileId and Directory.GetDirectoryId to return a unique file or directory identifier.
Jun 22, 2017
Yomodo
changed the title
Add methods File.GetFileId and Directory.GetDirectoryId to return a unique file or directory identifier.
Add methods File.GetFileId and Directory.GetDirectoryId to return a unique file or directory identifier.
Jun 22, 2017
Yomodo
changed the title
Add methods File.GetFileId and Directory.GetDirectoryId to return a unique file or directory identifier.
Add methods File.GetFileId and Directory.GetFileId to return a unique file or directory identifier.
Jun 26, 2017
Yomodo
changed the title
Add methods File.GetFileId and Directory.GetFileId to return a unique file or directory identifier.
Add methods File.GetFileId and Directory.GetFileId to return a unique file identifier.
Jun 26, 2017
…irectoryId to return a unique file or directory identifier.
-Implemented #357: Added new Windows 10 property: FILE_DAX_VOLUME to VolumeInfo class.
-Added new Windows 10 property: FILE_DAX_VOLUME to VolumeInfo class.
-Renamed some native enums and structs to their (original) WIN32 name.
-Update some unit tests.
Yomodo
changed the title
Add methods File.GetFileId and Directory.GetFileId to return a unique file identifier.
Add methods File.GetFileIdInfo and Directory.GetFileIdInfo to return a unique file identifier.
Jan 13, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Added new methods
File.GetFileId
andDirectory.GetFileId
that returns a unique file or directory identifier that can be used to determine if two paths refer to the same directory (symbolic links and junctions) or to the same file (symbolic links or hard links). The methods are compatible with FAT, NTFS and ReFS file systems.To support ReFS file system (Windows 8+) this identifier is composed of 64-bit volume serial number and 128-bit file system entry identifier (see WINAPI structure FILE_ID_INFO and functions GetFileInformationByHandle and GetFileInformationByHandleEx - https://msdn.microsoft.com/cs-cz/library/windows/desktop/hh802691(v=vs.85).aspx)
#311
besoft@d66de57
The text was updated successfully, but these errors were encountered: