webdesus / fs_extra

Expanding opportunities standard library std::fs and std::io
MIT License
299 stars 47 forks source link

Skip sockets and other non-copyable entries. #23

Open dpc opened 5 years ago

dpc commented 5 years ago
Error { kind: InvalidFile, message: "Path \"/tmp/state/0/data/ipc\" is not a file!" }

I wish it would just skip copying it...

dpc commented 5 years ago

Maybe it should be an option, along with another option - to simply ignore any errors.