Opened 15 years ago
Closed 14 years ago
#1378 closed Bugs (fixed)
filesystem path invalid name for hidden files (LINUX)
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | filesystem |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | probl. hidden files | Cc: |
Description
terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::path: invalid name ".bashrc" in path: "/etc/skel/.bashrc"
Aborted
I verify that I have the permission to handle the file (read/write/execute)
I can copy not hidden files (without a dot in front)
Please help!!
Change History (3)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Status: | assigned → new |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I wrote a little program to access .bashrc. It ran correctly using boost 1.35.0, so I'm closing this as not longer applicable.
--Beman
Note:
See TracTickets
for help on using tickets.
Replying to r.petrocco@clustervision.com:
Can you put together a little program or a code snippet that causes the error?
Also, what compiler are you using? What version?
Thanks,
--Beman