S
SamMy
ChangeFileOpenDirectory _
"C:\Documents and Settings\Smith\My Documents\TXT\"
Dir (activedirectory & "*.doc")
fname = Dir
If in that directory (TXT) exists only one file, fname is empty. If there
are two or more files, then fname is the first filename it founds.
What's the problem with this?
"C:\Documents and Settings\Smith\My Documents\TXT\"
Dir (activedirectory & "*.doc")
fname = Dir
If in that directory (TXT) exists only one file, fname is empty. If there
are two or more files, then fname is the first filename it founds.
What's the problem with this?