November 19, 200619 yr Is there any way I can check if an FM file exists in a folder external to my main solution folder. TIA Phil
November 19, 200619 yr Could you do this with a webviewer window pointing to the folder and then get the contents of the folder with an object attributes calc? (PC only ofcourse)
November 20, 200619 yr On a Windows box, you can use the command line to create a file containing the directory of a file path and import the contents to a global field. cmd /c dir *.fp7 >dir.txt Import Records
November 20, 200619 yr Author Thanks for your replies but I was hoping for a simple check within a script. I have since found that error code 100 is 'file is missing' so I should be able to run a benign script step that references the file and immediately check the error code Thanks again Phil
November 20, 200619 yr ... If a referenced file is missing, it shows an annoying dialog, and makes you find the file, no way to stop it even with error capture on from my experience
Create an account or sign in to comment