How to list all symbolic links on an NTFS filesystem

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-03-20T12:39:26Z Indexed on 2010/03/20 12:41 UTC
Read the original article Hit count: 420

Hi,

since Windows Vista there is an new Win32-API call CreateSymbolicLink to create a symbolic link on the NTFS filesystem.

Does anyone know if there is an way to list all existing symbolic links on the filesystem?

© Stack Overflow or respective owner

Related posts about winapi

Related posts about windows-vista