Inky Phil Posted November 19, 2006 Posted November 19, 2006 Is there any way I can check if an FM file exists in a folder external to my main solution folder. TIA Phil
Stuart Taylor Posted November 19, 2006 Posted November 19, 2006 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)
Stuart Taylor Posted November 20, 2006 Posted November 20, 2006 Sorry just noticed your profile is v8 not v8.5
MarkWilson Posted November 20, 2006 Posted November 20, 2006 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
Inky Phil Posted November 20, 2006 Author Posted November 20, 2006 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
Genx Posted November 20, 2006 Posted November 20, 2006 ... 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
Recommended Posts
This topic is 6580 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now