S
SimpleMan75
Using System.IO, is there any way, using FileInfo or any other way, to tell
what filetype the file is?
In other words, if I have a group of files, and I want to do something with
only .doc file, can I do this using the System.IO class, or am I just stuck
with checking the last three characters of the filename (with substring)?
what filetype the file is?
In other words, if I have a group of files, and I want to do something with
only .doc file, can I do this using the System.IO class, or am I just stuck
with checking the last three characters of the filename (with substring)?