George
1
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
George
2
2009/9/15 George [email protected]:
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)
Mount it.
Disclaimer: I am not a Mac user.
robert