I'm trying to keep the filename and directory structure separate on my openfile dialog, this is the ofn.flags piece....
I can't seem to find an equate to tell it ot return JUST the filename so I can bring the directory back from the function separately...
I had this working last year, decided it was great having them separate, but because I have to do a file copy into a new directory I want to keep them separate....
Suggestions? Can't imagine we need a code sample for this, see the commdlg32.inc for the openfiledialog.
Scott
-------------
Scott
mailto:[email protected][email protected]</A>
I can't seem to find an equate to tell it ot return JUST the filename so I can bring the directory back from the function separately...
I had this working last year, decided it was great having them separate, but because I have to do a file copy into a new directory I want to keep them separate....

Suggestions? Can't imagine we need a code sample for this, see the commdlg32.inc for the openfiledialog.
Scott
-------------
Scott
mailto:[email protected][email protected]</A>
Comment