Opened 6 years ago
#12377 new Bugs
boost::filesystem::exist() returns false when file exist in system
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.61.0 | Component: | filesystem |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I am writing a program for finding the particular file on windows. I have a file in C:\Windows\System32\FNTCACHE.DAT when I am finding for this boost::filesystem::exist() returns false. I checked the path, the file exist in system.
I tried to check status though filesystem::status() funstion. It returns file_not_found. Please let me know why it is returning false and file_not_found ?
I am working on Windows.
Thanks
Note:
See TracTickets
for help on using tickets.