Hi,
I've developed a little script and I need to retrive FileName and FilePath from FileId.
I've opened a 'FilePath/FileName' file with 'open' command, and I've fileId of this opened file.
Now i'd like to retrieve, in another procedure, FilePath and Filename from memorized fileId.
It is possible...