Questions tagged [file-properties]

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

Overview

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

97 questions
-1
votes
2 answers

Extracting "Last updated by" property of a word file

I am making an application in which I need to keep a check on all the properties of a word file like Last Updated,Name etc I also need Last Updated by, i.e the user who made changes in the file. How can I get this information? EDIT This is what I am…
Neha
  • 39
  • 1
  • 7
-1
votes
1 answer

How to view file properties in Visual Studio 2017

I am following along to a video on msdn's channel 9 page. Bob Tabor teaches C# Around the 12:37 time mark, the narrator tells how to view the file properties in Visual Studio. But that is for an older edition. The problem is I added a .txt file to…
Jinzu
  • 1,325
  • 2
  • 10
  • 22
-1
votes
1 answer

How to read various file properties java

I have a file with extension .ivt. I have to get description and summary of the file. Everything is stored in file properties. It contains the author, description and date of creation. I looked all over the internet and did not find any code that…
Deep
  • 108
  • 1
  • 1
  • 12
-1
votes
1 answer

Windows 7 File Date Question

apologies for not asking a strictly programming question, but this will move on to programming once my confusion is cleared. i am about to write a program that can modify file date stamps like created, modified, last accessed date. as i am…
iTEgg
  • 8,212
  • 20
  • 73
  • 107
-1
votes
2 answers

How to convert File CreationTime into String in Powershell

All I found online were ways to write the current date into a string using get-date.toString() What I want to do is read the CreationDate and Time from a File and convert that into a String for a directory name. It would suffice if i could save the…
Ollowain
  • 1
  • 1
  • 3
-1
votes
1 answer

editing or updating the property details of a jpg file in java

I am trying to update the property details of a jpg file on runtime in java, like Copyright, title , subject , author etc. Is it possible? Thanks!
-2
votes
2 answers

Having an issue with writing correct information to htmlfile with powershell convertTo-html

This question has 2 parts: Ultimately I am trying to print out the data from the filedescription and originalfilename. The first and probably simple question is how do I get those on the same line? I am using PS G:\SysinternalsSuite> …
user16511707
1 2 3 4 5 6
7