G
Guest
Hi
I am using
Directory.GetFiles(DirName, "*.tif");
to get all tif files in the directory. But it'll also give the other files
i.e. *.tif1,*.tif_old,*.tif2.
Please suggest a way to get *.tif files only.
Regards
Sameer Gupta
C# Designer & Developer
Siemens
UK
I am using
Directory.GetFiles(DirName, "*.tif");
to get all tif files in the directory. But it'll also give the other files
i.e. *.tif1,*.tif_old,*.tif2.
Please suggest a way to get *.tif files only.
Regards
Sameer Gupta
C# Designer & Developer
Siemens
UK