E
Emanuele Ornella
I used the FileInfo class to obtain informations about files in the
file system.
I would like to have the same informations for a file in a web url, but
I cannot use FileInfo.
I discovered WebClient from the System.Net namespace, but this gives me
a FileStream in return and not a FileInfo.
Any way to convert a FileStream into FileInfo? Or rather any other way
to have these informations?
Thanks in advance,
ema
file system.
I would like to have the same informations for a file in a web url, but
I cannot use FileInfo.
I discovered WebClient from the System.Net namespace, but this gives me
a FileStream in return and not a FileInfo.
Any way to convert a FileStream into FileInfo? Or rather any other way
to have these informations?
Thanks in advance,
ema