Support Win32 Symbolic Links when indexing share
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DC++ |
Confirmed
|
Low
|
Unassigned |
Bug Description
I want to share a directory which contains a number of files linked to via symbolic links (http://
Is there anything I can do about this? Symbolic links are supposed to be a file system feature and transparent so I don't really see why this is failing to work :(
The answer is probably in the next page of your linked document (http:// msdn.microsoft. com/en- us/library/ aa365682% 28v=VS. 85%29.aspx).
What behaviour is written there for FindFirstFile, FindFirstFileEx, FindNextFile and the WIN32_FIND_DATA structure pointing to symlinks says the opposite than you claiming that 'Symbolic links are supposed to be a file system feature and transparent'.
Anyway, DC++ uses these functions for indexing and the code most probably does not handle the situation when symlinks returned in WIN32_FIND_DATA.