Opened 15 years ago

Closed 12 years ago

#1681 closed Patches (fixed)

patch for NTFS symbolic links

Reported by: Takeshi Mouri <takeshi.mouri.net@…> 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)

ntfs_symlink.patch (19.2 KB ) - added by Takeshi Mouri <takeshi.mouri.net@…> 15 years ago.
patch for rev.43591
ntfs_symlink_44343.patch (19.2 KB ) - added by Takeshi Mouri <takeshi.mouri.net@…> 15 years ago.
patch for trunk rev.44343

Download all attachments as: .zip

Change History (4)

by Takeshi Mouri <takeshi.mouri.net@…>, 15 years ago

Attachment: ntfs_symlink.patch added

patch for rev.43591

by Takeshi Mouri <takeshi.mouri.net@…>, 15 years ago

Attachment: ntfs_symlink_44343.patch added

patch for trunk rev.44343

comment:1 by Takeshi Mouri <takeshi.mouri.net@…>, 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 Beman Dawes, 12 years ago

Resolution: fixed
Status: newclosed

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.