app-dirs-rs icon indicating copy to clipboard operation
app-dirs-rs copied to clipboard

Use P: AsRef<Path> instead of &str for path parameter

Open andybarron opened this issue 9 years ago • 0 comments

If we can resolve the mixed slashes issue on Windows, we should make [get_]app_dir generic over P: AsRef<Path>.

andybarron avatar Oct 28 '16 21:10 andybarron