Boost C++ Libraries: Ticket #1681: patch for NTFS symbolic links https://svn.boost.org/trac10/ticket/1681 <p> This patch added NTFS symbolic links support to Boost.Filesystem. The target revision is 43591. </p> <p> Changes: </p> <ul><li>added create_symlink() and symbolic_link_exists_api() for Win32 </li><li>added symlink_status() and replaced some calls of status() to symlink_status(). </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1681 Trac 1.4.3 Takeshi Mouri <takeshi.mouri.net@…> Thu, 13 Mar 2008 15:10:53 GMT attachment set https://svn.boost.org/trac10/ticket/1681 https://svn.boost.org/trac10/ticket/1681 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ntfs_symlink.patch</span> </li> </ul> <p> patch for rev.43591 </p> Ticket Takeshi Mouri <takeshi.mouri.net@…> Sat, 12 Apr 2008 12:52:42 GMT attachment set https://svn.boost.org/trac10/ticket/1681 https://svn.boost.org/trac10/ticket/1681 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ntfs_symlink_44343.patch</span> </li> </ul> <p> patch for trunk rev.44343 </p> Ticket Takeshi Mouri <takeshi.mouri.net@…> Sat, 12 Apr 2008 12:58:09 GMT <link>https://svn.boost.org/trac10/ticket/1681#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1681#comment:1</guid> <description> <p> I found the bug about the argument of create_symbolic_link().<br /> So, I uploaded a new patch "ntfs_symlink_44343.patch". </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Beman Dawes</dc:creator> <pubDate>Fri, 11 Jun 2010 15:51:33 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1681#comment:2 https://svn.boost.org/trac10/ticket/1681#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Full symlink support, including for NTFS, is included in Boost.Filesystem Version 3, which will ship in Boost release 1.44. </p> <p> Thanks, </p> <p> --Beman </p> Ticket