| Paste number 96685: | but how do you make it go? |
| Pasted by: | olognation |
| When: | 1 year, 10 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+22LP |
| Channel: | None |
| Paste contents: |
-- Some snipped code to chdir.
import System.Directory
import System.FilePath
main = do
let fp = ("/home/ralph")::FilePath
setCurrentDirectory fp
d <- getCurrentDirectory
putStrLn $ show $ splitExtension dThis paste has no annotations.