But if you feel you have a need for it, then explain that need, so we can suggest something else to use instead.

I use AbsolutePath:

.- To verify if a file is already open

If TheAlreadyOpenFile.AbsolutePath = TheNewFileToOpen.AbsolutePath then
                MsgBox "The file is alread open"
        End If

.- I'm using PDFLib class and the function to open a pdf file is

PDFLib.begin_document(filename as string, optlist as string) as integer

So filename is the whole path...


Please suggest me a better way...

Thanks a lot,

Alexander! _______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to