Opened 15 years ago
Closed 12 years ago
#1681 closed Patches (fixed)
patch for NTFS symbolic links
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | filesystem |
Version: | Boost Development Trunk | Severity: | Not Applicable |
Keywords: | Cc: |
Description
This patch added NTFS symbolic links support to Boost.Filesystem. The target revision is 43591.
Changes:
- added create_symlink() and symbolic_link_exists_api() for Win32
- added symlink_status() and replaced some calls of status() to symlink_status().
Attachments (2)
Change History (4)
by , 15 years ago
Attachment: | ntfs_symlink.patch added |
---|
comment:1 by , 15 years ago
I found the bug about the argument of create_symbolic_link().
So, I uploaded a new patch "ntfs_symlink_44343.patch".
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Full symlink support, including for NTFS, is included in Boost.Filesystem Version 3, which will ship in Boost release 1.44.
Thanks,
--Beman
Note:
See TracTickets
for help on using tickets.
patch for rev.43591