CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: the_lumberjack

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    12,830

    Re: NTFS alternate file stream editing

    My room mate's favorite language is C#. I heard that you can also write in C++ and C code into C# programs these days. That is the direction I am moving in eventually.

    I talked to some people on...
  2. Replies
    8
    Views
    12,830

    Re: NTFS alternate file stream editing

    So I was poking around the MSDN and found this http://msdn.microsoft.com/en-us/library/aa372456(VS.85).aspx

    I believe this will let me set and edit the SummaryInformation stream but it mentions...
  3. Replies
    8
    Views
    12,830

    Re: NTFS alternate file stream editing

    Thanks man! I was totally going in the wrong direction there. This makes much more sense now! Although editing the SummaryInformation stream doesn't seem fun. I'm going to give it a try anyways.
    ...
  4. Replies
    8
    Views
    12,830

    Re: NTFS alternate file stream editing

    So far I have been able to make new file streams but I can't access the ones already set up for GUI editing like "Author"

    I do something like

    #include <cstdlib>
    #include <iostream>
    #include...
  5. Replies
    8
    Views
    12,830

    NTFS alternate file stream editing

    Hey there I am trying to edit the NTFS metadata stream that contains "Author", "Keywords" ect. I need to mass edit these fields and I am wondering if there is a good tutorial to introduce me to...
  6. [RESOLVED] Want to mass edit NTFS metadata

    I need to make a program that will let me edit NTFS metadata tags en mass. The new information will be coming either from an SQL database or text file. I need to add text to the summary tags like...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured