Idris2Doc : System.File

System.File

Reexports

importpublic System.File.Buffer
importpublic System.File.Error
importpublic System.File.Handle
importpublic System.File.Meta
importpublic System.File.Mode
importpublic System.File.Permissions
importpublic System.File.Process
importpublic System.File.ReadWrite
importpublic System.File.Types
importpublic System.File.Virtual

Definitions

copyFile : HasIOio=>String->String->io (Either (FileError, Int) ())
  Copy the file at the specified source to the given destination.
Returns the number of bytes that have been written upon a write error.

@ src the file to copy
@ dest the place to copy the file to

Visibility: export