Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. [Message Deleted]

[Message Deleted]

Scheduled Pinned Locked Moved The Lounge
10 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    steven shingler
    wrote on last edited by
    #1

    [Message Deleted]

    L S A T 4 Replies Last reply
    0
    • S steven shingler

      [Message Deleted]

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I think you are talking about the EXIF format, more information can be found here www.exif.org[^]. Si

      S 1 Reply Last reply
      0
      • S steven shingler

        [Message Deleted]

        S Offline
        S Offline
        ShankarPS
        wrote on last edited by
        #3

        Create a text file, write 0123456789 save and exit. Right click and check file properties, how many bytes ? 10, still it shows some other properties like creation date etc. This means file itself does not store extra information like creation date, version numbers etc. but it is FileSystem I guess that stores these informations, extra file for each file. create file using command notepad c:\hello.txt:metadatafile, write something save and exit. now check your c drive a file with name hello.txt will be created, with no data in it. but, when you open the file c:\hello.txt:metadatafile manually then it shows the content you had written previously, I guess that is metafile for that particular file which is actually storing extra information about that file. If anyone knows more about this can they share it with me. I am curious to know more.

        C C 2 Replies Last reply
        0
        • L Lost User

          I think you are talking about the EXIF format, more information can be found here www.exif.org[^]. Si

          S Offline
          S Offline
          steven shingler
          wrote on last edited by
          #4

          that's brill, cheers

          1 Reply Last reply
          0
          • S steven shingler

            [Message Deleted]

            A Offline
            A Offline
            Anna Jayne Metcalfe
            wrote on last edited by
            #5

            It's metadata (EXIF/IPTC) stored within the file itself. Cameras (for example) use it to record information on time, date, camera settings etc. If you download Exifer[^] you can view and edit it. :cool: Anna :rose: Homepage | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work. Trouble with resource IDs? Try the Resource ID Organiser Visual C++ Add-In

            1 Reply Last reply
            0
            • S ShankarPS

              Create a text file, write 0123456789 save and exit. Right click and check file properties, how many bytes ? 10, still it shows some other properties like creation date etc. This means file itself does not store extra information like creation date, version numbers etc. but it is FileSystem I guess that stores these informations, extra file for each file. create file using command notepad c:\hello.txt:metadatafile, write something save and exit. now check your c drive a file with name hello.txt will be created, with no data in it. but, when you open the file c:\hello.txt:metadatafile manually then it shows the content you had written previously, I guess that is metafile for that particular file which is actually storing extra information about that file. If anyone knows more about this can they share it with me. I am curious to know more.

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              That is really curious.....


              "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

              C 1 Reply Last reply
              0
              • S steven shingler

                [Message Deleted]

                T Offline
                T Offline
                toxcct
                wrote on last edited by
                #7

                into the file, just as the ID3 tag for the mp3 files...


                TOXCCT >>> GEII power

                1 Reply Last reply
                0
                • S ShankarPS

                  Create a text file, write 0123456789 save and exit. Right click and check file properties, how many bytes ? 10, still it shows some other properties like creation date etc. This means file itself does not store extra information like creation date, version numbers etc. but it is FileSystem I guess that stores these informations, extra file for each file. create file using command notepad c:\hello.txt:metadatafile, write something save and exit. now check your c drive a file with name hello.txt will be created, with no data in it. but, when you open the file c:\hello.txt:metadatafile manually then it shows the content you had written previously, I guess that is metafile for that particular file which is actually storing extra information about that file. If anyone knows more about this can they share it with me. I am curious to know more.

                  C Offline
                  C Offline
                  Chris Richardson
                  wrote on last edited by
                  #8

                  These are called streams, and are a part of the NTFS file system. Here's some links: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/ntfs5.asp[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/file_streams.asp[^] http://www.diamondcs.com.au/index.php?page=archive&id=ntfs-streams[^] Chris Richardson

                  C 1 Reply Last reply
                  0
                  • C Colin Angus Mackay

                    That is really curious.....


                    "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

                    C Offline
                    C Offline
                    Chris Richardson
                    wrote on last edited by
                    #9

                    You probably won't read this through this thread again, so if you want to know what's going here, read my reply to the other guy: http://www.codeproject.com/lounge.asp?msg=902422#xx902422xx[^] Just FYI. Chris Richardson

                    1 Reply Last reply
                    0
                    • C Chris Richardson

                      These are called streams, and are a part of the NTFS file system. Here's some links: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfiles/html/ntfs5.asp[^] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/file_streams.asp[^] http://www.diamondcs.com.au/index.php?page=archive&id=ntfs-streams[^] Chris Richardson

                      C Offline
                      C Offline
                      Colin Angus Mackay
                      wrote on last edited by
                      #10

                      Very interesting, thank you.


                      "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups