From: George Date: 2009-09-15T22:20:14+09:00 Subject: How do you list files on a network share folder? Hi there, I'm using this syntax to fetch files: Dir[ folderPath + "*.jpg" ].sort () It works in a local folder but not with a folder on another machine. How would I access "smb://selfs01/images/" ? (I'm running ruby on a mac) Many thanks George