187063 Posted July 6, 2004 Report Posted July 6, 2004 I assigned File Dialog path to 4 other file paths when i run the program, it prompts to me to "Save As" may i know what's wrong ? Quote
Michael Aivaliotis Posted July 6, 2004 Report Posted July 6, 2004 The File Dialog function is used to display a dialog. It does not Create, Open or Write a file. The only purpose of the File Dialog function is to give you a "nice" user friendly way of navigating to a file or directory on your computer. It is doing exactly what it's suppose to do. If you wire in a filepath. You are just telling the function what the start directory is, that's all. LabVIEW (by default) prompts you to Save As. This text can be changed by wiring the "prompt" input with your own text. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.