G
Guest
Hello,
I am having some difficulties using Directory.GetFiles. I have a directory
with contains:
file1.fmt
file2.fmt
file3.fmt
file4.fmt_
file5.fmt_
When i use Directory.GetFile(directory, "*.fmt") i returns all the filenames
instead of just the .fmt files.
Is there a function i can call that only returns the filenames with the
extension i specify?
Thank you
I am having some difficulties using Directory.GetFiles. I have a directory
with contains:
file1.fmt
file2.fmt
file3.fmt
file4.fmt_
file5.fmt_
When i use Directory.GetFile(directory, "*.fmt") i returns all the filenames
instead of just the .fmt files.
Is there a function i can call that only returns the filenames with the
extension i specify?
Thank you