Page 1 of 1

OSX server - dir() is empty for smb mounted windows share

Posted: Wed Sep 15, 2010 6:59 am
by majadb
Hi all,

I want to be able to acces files on a windows share that is mounted, via smb, as a '/volumes/sharename' on my MAC (OSX server).
No problem when using dir("/Volumes") : shows the sharename as a folder.
Returns nothing when I try dir("/Volumes/sharename")

Anybody experienced this?