cabal-helper-1.0.0.0: Give Haskell development tools access to Cabal project environment

Safe HaskellSafe
LanguageHaskell2010

Symlink

Synopsis

Documentation

createSymbolicLink :: FilePath -> FilePath -> IO () #

createSymbolicLink file1 file2 creates a symbolic link named file2 which points to the file file1.

Symbolic links are interpreted at run-time as if the contents of the link had been substituted into the path being followed to find a file or directory.

Note: calls symlink.