Problem I’m putting together a script to take .mp4 files organized into folders that described the video (eg. cat) and […]
Tag: directory
Recursive function for listing directories [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Questions containing broken code or asking for advice […]
Is there a better way to walk a directory tree?
Problem I just started to learn Haskell, and i wrote a function that walks the directory tree recursively and pass […]