im trying to develop a vb.net script which returns the below information of a file
im trying to develop a vb.net script which returns the below information of a windows file
can any one help ? ...
i just need o know what i should import from the library
thanks
Re: im trying to develop a vb.net script which returns the below information of a fil
what below information???
1 Attachment(s)
Re: im trying to develop a vb.net script which returns the below information of a fil
oow sry ,,,
it didn't upload
nway here is the picture
its the info that you can see when you right click/properties a file
Re: im trying to develop a vb.net script which returns the below information of a fil
There are loads of examples I found on google.
VB.Net has a built in class to give you fileinfo, however there are other attributes that you may want to get at. This page is one possible method, or this one. You may be lucky and someone here has a version of this already done.