smb

AFP or SMB file links in a url

Is it possible to create a url in the form of afp://server/share/someDirectory/someFile.ext to when you open it on a mac in safari, or through mail, it navigates to that folder or file? I've played with the file://localhost/share/someDirectory/someFile.ext but this often times will not be universal across a group of machines. Mac adds ...

ERROR_SHARING_VIOLATION when trying to open file on network shared folder - for hours

I have the following problem: I have a application that, from time to time, opens a file, writes some date and closes it again. I get no errors when opening (with CreateFile) or closing the file (CloseHandle) - everything seems to be OK. My process is the only active user of this file. So far so good. However, if this file is located o...