Tim Monaghan

Results 13 comments of Tim Monaghan

The permissions of that file and the directory its in are all mine: ``` Owner : ME\tsmon Group : ME\tsmon Access : NT AUTHORITY\SYSTEM Allow FullControl BUILTIN\Administrators Allow FullControl me\tsmon...

Another update, i reduced the file to this: ``` module Ll VERSION = "0.1.0" # get the directory contents of the current directory def self.get_directory_contents # Dir.children(".") end end ```...

Ok another update. I think it was a timing issue basically. At that point the app was so fast (it didn't do anything), I wasn't even calling it with `Ll.get_directory_contents...