|
-
Nov 6th, 2000, 03:17 AM
#1
Thread Starter
Lively Member
hi !
i want to to know how i sent the Name of the file and the Path of the File that i want to save with the common Dialog box !
10x !
-
Nov 6th, 2000, 03:50 AM
#2
I don't know exactly what you're trying to do.
dlg.showsave
strDir = dlg.filename
strFile = mid(strDir,instrrev(strdir,"\")+1,len(strDir))
strPath=mid(strfilename,1,instrrev(strfile,"\"))
-
Nov 6th, 2000, 05:23 AM
#3
The FileName property of the common dialog object returns the path and file name while the FileTitle property only returns the file name and not the path.
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
|