Yes, I could do that, but it just will open when I display the file with that information included. Not really what I want the user to see.
The way I am structured is this:
Order_Header (BO)
Contact (BO)
Contact_Activity (BO)
All 3 objects use Attachments for storing documents. I think if I use a directory structure like below it would give me enough uniqueness. So, this would basically say that you can't have the same filename at Parent BO Name/BO.ID level which I think kind of matches a traditional windows directory structure if I were organizing the above objects:
Parent BO Name/BO.ID/filename
Also, I tried using UNC path. It was a no go.