Hi dears
I have an explorer in my project, i want to see selected file's details (file property) like (Name, Size, Format, ...etc.)
how can i code for it
-----------------------------------------------
my code for file format is : Label1.Caption = UCase(Right(File1.Path + "\" + File1.FileName, 3)) It is ok but for other details
i need your helps