streamly icon indicating copy to clipboard operation
streamly copied to clipboard

FSEvents: remove filepath to/from String conversions

Open harendra-kumar opened this issue 5 years ago • 0 comments

In Streamly/Internal/FileSystem/Event/Linux.hs we convert the OS paths to and from String to use the FilePath APIs. We need to remove the usage of these and the representation of paths using FilePath.

Depends on #244 .

harendra-kumar avatar Dec 02 '20 09:12 harendra-kumar