lorcs1

Untitled

Apr 1st, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import System.Environment
  2. import System.IO
  3. import System.IO.Error
  4. import System.Directory
  5.  
  6. main = do
  7.     files <- getDirectoryContents "../../resources/dvd/pos/"
  8.     map (\file -> "../../resources/dvd/pos/" ++ file) files
  9.     print files
  10.     where path = "../../resources/dvd/pos/"
Advertisement
Add Comment
Please, Sign In to add comment