Idris2Doc : System.File

System.File

Reexports

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

Definitions

copyFile : HasIO io => 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