orca icon indicating copy to clipboard operation
orca copied to clipboard

File operations should also work on a directory

Open andykent opened this issue 11 years ago • 0 comments

so you should be able to do the following...

remote('/var').exists?

and also you should be able to differentiate between files and dirs...

remote('/var').dir?
remote('/var').file?

andykent avatar Jun 29 '13 15:06 andykent