vt-utils-1.3.0.0: Vector and Text utilities

Safe HaskellSafe
LanguageHaskell2010

VtUtils.FS

Description

Filesystem utilities

Synopsis

Documentation

fsCopyDirectory :: Text -> Text -> IO () Source #

Copies a directory recursively

Throws an exception if source directory does not exist or if destination path already exists

Arguments:

  • src :: Text: Source directory
  • dest :: Text: Destination path