Top "File-properties" questions

File properties include any of various attributes, elements, metadata, or settings for one or more files in a file system.

Read extended image properties in c#

I would like to find the height/width of an image on disk without opening it, if possible (for performance …

c# windows file file-properties
How can I get the assembly last modified date?

I want to render (for internal debugging/info) the last modified date of an assembly, so I'll know when a …

.net asp.net reflection file-properties modified-date
How can i see the assembly version of a .NET assembly in Windows Vista and newer (WIndows 7, 2008)?

In windows 2003 and windows XP you could right click on an assembly (.dll) go to properties, click on the version …

.net windows-7 windows-vista assemblies file-properties
How do I access "Details" ("Title", "Subject", etc.) of file properties in Perl or PowerShell script

If one looks at file properties in Windows Explorer, the "Details" tab, - for many filetypes (for example, tiff or …

perl powershell file-properties
Determining if a file has a digital signature in c# without actually verifying the signature

Is there a simple way to check if a digital signature exists on a file without trying to verify the …

c# digital-signature signing file-properties
VS Code extension - get full path

I am writing a plugin for VS Code and I need to know the path of the file which is …

javascript typescript visual-studio-code vscode-extensions file-properties
Changing the File Creation Date in C++ using windows.h in Windows 7

I have the following code: int main(int argc, char** argv) { onelog a; std::cout << "a new project"; //…

c++ file datetime file-properties
How do you check a file type when there is no extension in c#

How do you check a file type when there is no extension in c# For instance, I have files with …

c# file-extension file-properties audio-converter
Getting specific file attributes

I've got a simple WCF service that lets clients/consumers upload image, audio or video files to it. After the …

c# file-attributes file-properties
creating hidden files using .NET

How can I create or mark a file as hidden using .NET?

.net file-io file-properties