How can I obtain a File Pathname given I have a System.FileDocument ?

0
How can I obtain a File Pathname given I have a System.FileDocument ? I CAN obtain the File “Name” already but I do not know how to obtain the file pathname. For example if user opened a file at “C:\foo\bar\myfile.csv” I want to know from WHERE the user opened that file. I.e. “C:\foo\bar\” so that I may display it back to the user to differentiate it from OTHER file paths. Below is an instance I show for a current open System.Filedocument.  
asked
1 answers
0

Filepaths are never stored and are of no use for webbased applications. The browser does not know the path. You just upload a document and only the properties of the document are stored.

Regards,

Ronald

 

answered