Add Windows support for #PB_FileSystem_Link
Posted: Sat Jun 23, 2018 9:50 am
Windows supports symbolic links and junctions (minor security limitations but otherwise identical to symbolic links). I would love to see support for this flag expanded.
On Windows these are called "reparse points". The GetFileAttributes() flag for this is FILE_ATTRIBUTE_REPARSE_POINT. Easy peasy.
On Windows these are called "reparse points". The GetFileAttributes() flag for this is FILE_ATTRIBUTE_REPARSE_POINT. Easy peasy.