Re: User Object suggestion: filesystem metadata with option to be a watermark.
I think we've discussed this sometime ago - and I think the answer is no, you can't access file system metadata. Actually, my working understanding of NWC's Lua subsystem is that you can exactly call the documented functions, nothing else - just because the backing Lua libraries of other functions are not bundled with NWC.
How about without lua? Are user objects possible without using lua?
E.G. VBscript can be used to create user tools. Can it, or any other language, be used to create user objects, and can it be used to extract the *filesystem metadata for the currently open file?
* I know it will return such metadata using OS calls, can such calls be made specifying the currently open file from within NWC?