I was wondering if there is a way to find a particular file on an NT server volume. I’ve written an applescript inside a OneClick 2.0 script that queries a particular field from a current record from a Filemaker Pro dbase, extracts the information from it, stores it in a variable and places the info in the clipboard. The next thing I want to do is to go find the particular file on the NT volume. I’m running OS 9.0.4. Any suggestions?
Variable vFilenameAppleScript
tell application "FileMaker Pro"
cell "file name" of current record
end tell
End AppleScriptClipboard = ASResultvFilename = ASResult