P peggjones Active Member Licensed User Longtime User Jan 29, 2023 #1 I am looking to find a way to store in a file's details the name of the file I created it from. Looking at a file description I see there is a parameter named Title. Does any body know what this is? I was wondering if I could use it.
I am looking to find a way to store in a file's details the name of the file I created it from. Looking at a file description I see there is a parameter named Title. Does any body know what this is? I was wondering if I could use it.
William Lancee Well-Known Member Licensed User Longtime User Jan 29, 2023 #2 You'll need some Java code (I don't do that). This may or may not work in Windows or in Linux.. https://docs.oracle.com/javase/tutorial/essential/io/fileAttr.html#user An easy alternative is to have one map (for all files) stored in a separate file that matches a file name to the information you need. (The Title field is used only in media files) Upvote 0
You'll need some Java code (I don't do that). This may or may not work in Windows or in Linux.. https://docs.oracle.com/javase/tutorial/essential/io/fileAttr.html#user An easy alternative is to have one map (for all files) stored in a separate file that matches a file name to the information you need. (The Title field is used only in media files)