Skip to content

agentm/cow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoW (Copy-On-Write) Library For Haskell

cow provides two functions to provide platform-specific copy-on-write for files:

  • copyFile :: FilePath -> FilePath -> IO ()
  • copyFileOnlyIfCopyOnWrite :: FilePath -> FilePath -> IO (Either CopyError ())

cow supports copy-on-write semantics on Windows, Linux, and Darwin, where available.

About

Haskell cross-platform copy-on-write file copying

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors