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. Database & SysAdmin
  3. System Admin
  4. File properities on Win2k

File properities on Win2k

Scheduled Pinned Locked Moved System Admin
question
10 Posts 7 Posters 5 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.
  • M Offline
    M Offline
    moliate
    wrote on last edited by
    #1

    Running Explorer under Win2k, you can find some additional information on most files, like Title, Author, Comments and so on. Does anyone know where this information is stored? I try to find out if this is a property of ntfs or Windows, and if information is conserved when transfered to another computer... Thanks. /moliate

    M M 2 Replies Last reply
    0
    • M moliate

      Running Explorer under Win2k, you can find some additional information on most files, like Title, Author, Comments and so on. Does anyone know where this information is stored? I try to find out if this is a property of ntfs or Windows, and if information is conserved when transfered to another computer... Thanks. /moliate

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      Which files? I'm familiar with that information in Office document files such as .DOC and .XLS. In this case the information is contained in the files themselves and will be transferred from one computer to another. Michael :-)

      M 1 Reply Last reply
      0
      • M Michael P Butler

        Which files? I'm familiar with that information in Office document files such as .DOC and .XLS. In this case the information is contained in the files themselves and will be transferred from one computer to another. Michael :-)

        M Offline
        M Offline
        moliate
        wrote on last edited by
        #3

        When I right-click on any file, choose Properities, select the propertytab Summary, I find some fields where I can enter data. This data is preserved if the file is copied or moved, and don't change the content of the file. Was just wondering how this was done. :confused: BTW, I don't have an English version of Win2k, so the names I used above might be a bit garbled through translation.. /moliate

        1 Reply Last reply
        0
        • M moliate

          Running Explorer under Win2k, you can find some additional information on most files, like Title, Author, Comments and so on. Does anyone know where this information is stored? I try to find out if this is a property of ntfs or Windows, and if information is conserved when transfered to another computer... Thanks. /moliate

          M Offline
          M Offline
          Michael Dunn
          wrote on last edited by
          #4

          That info is stored in the file itself, using a second stream. Streams are supported on NTFS only, so as long as the file stays on NTFS volumes, the info will be preserved. --Mike-- http://home.inreach.com/mdunn/ Help! Help! I'm being repressed!! :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

          M M 2 Replies Last reply
          0
          • M Michael Dunn

            That info is stored in the file itself, using a second stream. Streams are supported on NTFS only, so as long as the file stays on NTFS volumes, the info will be preserved. --Mike-- http://home.inreach.com/mdunn/ Help! Help! I'm being repressed!! :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

            M Offline
            M Offline
            moliate
            wrote on last edited by
            #5

            Thanks for the reply! It helped me to search around a bit to find some more info. One thought bugs me though - wouldn't this feature make it easier to hide viruses? X| How could I find all the named streams contained in a file? Is there a tool to do this? I doesn't seem like the Windows API has direct support for named streams.. /moliate

            P G 2 Replies Last reply
            0
            • M moliate

              Thanks for the reply! It helped me to search around a bit to find some more info. One thought bugs me though - wouldn't this feature make it easier to hide viruses? X| How could I find all the named streams contained in a file? Is there a tool to do this? I doesn't seem like the Windows API has direct support for named streams.. /moliate

              P Offline
              P Offline
              Peter Weyzen
              wrote on last edited by
              #6

              Tell me if I am barking up the wrong tree here. But with the advent of COM and OLE and stuff like that - they created a new file format called the "DOCFILE". A DOCFILE is a filesystem within a file containing storages (like a directory) and streams (like a file). To use these, you need to start looking at the COM class IStorage. This properties information you are looking for is contained within a stream in the root of the file. I don't recall the name or the format of the file, but it's there... -p P.S. This is not supported on NT or NTFS only. This is in all COM supporting versions of windows.

              1 Reply Last reply
              0
              • M moliate

                Thanks for the reply! It helped me to search around a bit to find some more info. One thought bugs me though - wouldn't this feature make it easier to hide viruses? X| How could I find all the named streams contained in a file? Is there a tool to do this? I doesn't seem like the Windows API has direct support for named streams.. /moliate

                G Offline
                G Offline
                Giles
                wrote on last edited by
                #7

                Not so much viruses, but you can hide data, that will not appear in the files size. A file can have a length of 0 bytes but could contain data in one of the other streams, which would not show up. I remember a freind doing a course on Win 2000 admin, and this police guys face went pale when the tutor showed them how to hide data in this way. Giles

                1 Reply Last reply
                0
                • M Michael Dunn

                  That info is stored in the file itself, using a second stream. Streams are supported on NTFS only, so as long as the file stays on NTFS volumes, the info will be preserved. --Mike-- http://home.inreach.com/mdunn/ Help! Help! I'm being repressed!! :love: your :bob: with :vegemite: and :beer: Sonork - 100.10414 AcidHelm

                  M Offline
                  M Offline
                  Michael S Scherotter
                  wrote on last edited by
                  #8

                  What are the APIs for accessing these streams? Michael S. Scherotter Lead Software Architect Tartus Development, Inc.

                  T 1 Reply Last reply
                  0
                  • T Tim Smith

                    Any of the standard API (i.e. CreateFile) "mytextfile.txt:stream_name_1" is the name of "stream_name_1" in the file "mytextfile.txt". MSDN Info Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?

                    M Offline
                    M Offline
                    Michael S Scherotter
                    wrote on last edited by
                    #9

                    Thank you. How can you enumerate the streams on a file? Michael S. Scherotter Lead Software Architect Tartus Development, Inc.

                    1 Reply Last reply
                    0
                    • M Michael S Scherotter

                      What are the APIs for accessing these streams? Michael S. Scherotter Lead Software Architect Tartus Development, Inc.

                      T Offline
                      T Offline
                      Tim Smith
                      wrote on last edited by
                      #10

                      Any of the standard API (i.e. CreateFile) "mytextfile.txt:stream_name_1" is the name of "stream_name_1" in the file "mytextfile.txt". MSDN Info Tim Smith I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?

                      M 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