|
-
June 15th, 2001, 07:26 AM
#1
search for file but not with "App.path"
how do you make it so that when the form loads it will search for a file that's not in the same directory as the application. how do you make it search C: for the file but not c:\program files\bla bla bla\bla2\bla.exe?
--Ant
--------------------------------------------------
check out my newest freeware
E-mail me at: [email protected]
for the address
-
June 15th, 2001, 07:45 AM
#2
Re: search for file but not with "App.path"
you can issues a chdir("C:\")
-
June 15th, 2001, 12:40 PM
#3
Re: search for file but not with "App.path"
where do i put the filename?
--Ant
--------------------------------------------------
check out my newest freeware
E-mail me at: [email protected]
for the address
-
June 15th, 2001, 12:48 PM
#4
Re: search for file but not with "App.path"
If I understand you, you're not willing to have the user select the file, with a File Open dialog, so you may want to check out the FindFirstFile api.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|