load file with wildcard?
Posted: Mon May 22, 2006 2:34 pm
Hi,
I need to read in files of which I dont know the exact filename.
They follow this format:
b+itemnumber+unknown_part+.jpg
So, I can identify each file by the itemnumber (there will be no two files with the
same itemnumber) but I dont know the full filename.
Is it possible in any way to retrieve the filename?
Or maybe the whole directory, I could retrieve it by hand then.
example:
getfullfilenameof(b123456*.jpg)
should result in:
b123456 Joplin CD red cover.jpg
Greets,
I need to read in files of which I dont know the exact filename.
They follow this format:
b+itemnumber+unknown_part+.jpg
So, I can identify each file by the itemnumber (there will be no two files with the
same itemnumber) but I dont know the full filename.
Is it possible in any way to retrieve the filename?
Or maybe the whole directory, I could retrieve it by hand then.
example:
getfullfilenameof(b123456*.jpg)
should result in:
b123456 Joplin CD red cover.jpg
Greets,