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

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