September 15, 201015 yr Hello, I can get the module to work with local directories,but don't know the path syntax for remote volumes. Is the syntax going to be the same for mac and windows? Thanks, John
September 15, 201015 yr The path will be different on mac and windows, and you will need to connect to/mount the drive before you can get the directories from it. On mac, you will use /Volumes/[VolumeName]/myFolder/ On Windows you will use the drive letter you are connecting to, such as D:/myFolder/
September 16, 201015 yr Author Hi Dave, I was missing the "/volumes" at the beginning and had the host name at the beginning instead on the mac side. Thanks, John
October 5, 201015 yr Author Hi Dave, Do you need to use a drive letter for a remote volume or is it possible to use a UNC path instead? servernamevolumenamepathname I tried this but no luck. Thanks, John
October 6, 201015 yr It may be possible to do it that way... I'm not sure really. We've had mixed reports about that and I think you may need to be working on a network domain in order to make things work this way. I know one issue that you will run into if you try to do it that way is permissions. When you connect to a share that way you will need to log in as a specific user. You will need to make sure that the user FileMaker/FileMaker Server is running as and is connecting to the share as has permissions to access that share. Edited October 6, 201015 yr by Guest
October 7, 201015 yr I tested this with a sharepoint server in a Citrix environment and it worked, but there was a service turning to allow the direct access using this path. So I don't know if this might be the reason why sometimes it is working and sometimes not.
February 22, 201214 yr The path will be different on mac and windows, and you will need to connect to/mount the drive before you can get the directories from it. On mac, you will use /Volumes/[VolumeName]/myFolder/ I used Select Path() to get the path to the desired file and assigned it to $$FilePathVariable. It didn't work. So I added "Volume/VolumeName"&$$FilePathVariable and it too does not work. grrrr How can I get the proper syntax? Thanks On Windows you will use the drive letter you are connecting to, such as D:/myFolder/
Create an account or sign in to comment