Is their an equivalent method to File.stat
stevendelarwelle opened this issue · 1 comments
stevendelarwelle commented
I'm looking to get a timestamp from a file to see if it is newer. Is this possible with sambal?
johnae commented
I guess ls
+ parse_files
might be something you could use depending on what you need.