G
Guest
Hi,
I have been playing with VB.NET/C# for getting some general properties of a
fileinfo object. However, FileInfo object does not seem to expose some of the
basic properties like TYPE that used to be available in "FileSystemObject" of
ScriptingLibrary. For example the "TYPE" property should return "Text
Document" or "Microsoft Office Document" or "Visual Studio Code File" and so
on. similar to the properties displayed by Properties DialogBox when we
right-click and select Properties From Context-Menu in Windows Explorer.
I was able to get general properties like Modified date, attributes like
ReadOnly, Archieve, Hidden. but after spending hours I resorted to posting
this here.
Any help is greatly appreciated.
Thanks
--Mayur Hirpara
I have been playing with VB.NET/C# for getting some general properties of a
fileinfo object. However, FileInfo object does not seem to expose some of the
basic properties like TYPE that used to be available in "FileSystemObject" of
ScriptingLibrary. For example the "TYPE" property should return "Text
Document" or "Microsoft Office Document" or "Visual Studio Code File" and so
on. similar to the properties displayed by Properties DialogBox when we
right-click and select Properties From Context-Menu in Windows Explorer.
I was able to get general properties like Modified date, attributes like
ReadOnly, Archieve, Hidden. but after spending hours I resorted to posting
this here.
Any help is greatly appreciated.
Thanks
--Mayur Hirpara