| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Sun Feb 13, 2005 5:50 pm Post subject: @filedlg question |
|
|
hello all
how can i make the @filedlg have it look in a MY folder instead of having it look in C:\My Documents
i hope you follow what i mean
thanks _________________ Have a nice day  |
|
| Back to top |
|
 |
ShinobiSoft Professional Member


Joined: 06 Nov 2002 Posts: 790 Location: Knoxville, Tn
|
Posted: Sun Feb 13, 2005 8:22 pm Post subject: |
|
|
You must specify a complete path and file spec.
Example:
| Code: |
%F = @filedlg("*.*",Open,C:\MyPath\*.*)
if @not(@null(%F))
info You selected %F
end
|
_________________ Bill Weckel
ShinobiSoft Software
"The way is known to all, but not all know it." |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Feb 14, 2005 2:56 am Post subject: |
|
|
thanks that is what i was doing for got full path _________________ Have a nice day  |
|
| Back to top |
|
 |
|