Click to See Complete Forum and Search --> : [RESOLVED] Want to mass edit NTFS metadata


the_lumberjack
July 27th, 2009, 02:04 PM
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 "Author" "Keywords" ect. I am a Java programmer (since that's the only language I have learned so far) but the Java API does not provide access to these. I thought about using the JNI but it seems pointless when I will have to program part of it in C or C++ anyways. Is there a language that would make this a hell of a lot easier? I can learn quickly.