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. General Programming
  3. C#
  4. File information

File information

Scheduled Pinned Locked Moved C#
csharpquestion
4 Posts 2 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.
  • K Offline
    K Offline
    KaptinKrunch
    wrote on last edited by
    #1

    I'm looking to access some file properties such as the Author and comments. Where is this information stored? Is there a .Net class that allows access?

    D 1 Reply Last reply
    0
    • K KaptinKrunch

      I'm looking to access some file properties such as the Author and comments. Where is this information stored? Is there a .Net class that allows access?

      D Offline
      D Offline
      Dan Neely
      wrote on last edited by
      #2

      Have you tried hte FileInfo Class?

      K 1 Reply Last reply
      0
      • D Dan Neely

        Have you tried hte FileInfo Class?

        K Offline
        K Offline
        KaptinKrunch
        wrote on last edited by
        #3

        I have but it does not expose the information that I'm looking for. For example if you right click a file choose properties then choose the summary tab. The information that might be present here is what I'm after.

        D 1 Reply Last reply
        0
        • K KaptinKrunch

          I have but it does not expose the information that I'm looking for. For example if you right click a file choose properties then choose the summary tab. The information that might be present here is what I'm after.

          D Offline
          D Offline
          Dan Neely
          wrote on last edited by
          #4

          In that case you'll probably have to pinvoke a win32 api call to do this. You might want to try asking in the c++ forum since win32 is provided as c++ style dlls and 'documented' as .h files.

          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