November 3, 201015 yr I have developed a database on a network made up of Windows clients. We just added a Mac to the mix and I need to adjust all my export scripts to make them cross platform. I started by adding an if statement that uses Get ( SystemPlatform ) to return a 1 if on a Mac and a -2 if on Windows. So now I just need to know how to structure an export path for the mac. For windows it's filewin: . Thanks in advance.
Create an account or sign in to comment