Get details from a file

조회 수: 18 (최근 30일)
susana
susana 2017년 11월 13일
댓글: susana 2017년 11월 13일
Is there a simple way to get the name of the "authors" of a given file? In the example of the image attached, I want to be able to recognize that for the selected file (e.g. DST_PVT_summary) the person who created the file was Tomas H. Is this possible? The only solution I got was using
  댓글 수: 3
Jan
Jan 2017년 11월 13일
편집: Jan 2017년 11월 13일
There is no attached image. The only solution was using what? What is the relation to Matlab?
susana
susana 2017년 11월 13일
I'm sorry. Uploaded the image example..

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2017년 11월 13일
Images can contain meta information, e.g. in the IPTC or EXIF sections of JPEGs. If the author is stored there, you can find tools to access them. But e.g. posting the image in an internet forum might remove these sections automatically. Some other file formats can contain information about the source also, e.g. Word Docs, PDFs and text files, but this is optional. This means, that there is no reliable technique to recognize the author of a file.
  댓글 수: 1
susana
susana 2017년 11월 13일
Hello Jan, I probably didnt explain myself clearly. I'm building a GUI that grabs information from several files in a selected folder. In that folder there are images and excel files, that were produced by several people - like the example I sent attached. I would like to read the information of those files, but also to see the details e.g. date, type, size, author. I thougth that Matlab had a function that could give me those details Thanks in advance..

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by