Hey,
Is there a way to get the full path of an open Reflection session ?? e.g C:\Documents and Settings\...\Reflection.rd3x
On my system the Reflection session is stored in a folder in "My Documents". But thats not necessarily the same location the client will store his session. The following code works perfectly if Reflection.rd3x is in the location as specified.
Set objWSHShell = CreateObject("WScript.Shell")
strSpecialFolderPath = objWSHShell.SpecialFolders("MyDocuments") & "\Reflection\Reflection.rd3x"
Terminals = App.GetControlsByFilePath(strSpecialFolderPath)
When I run this macro, i have the Reflection session already open. Is there any way to find out the entire path of the open session ?? I cant seem to find any working solution anywhere (and I HAVE looked !).
Please, any assistance would be highly aprreciated !!
Is there a way to get the full path of an open Reflection session ?? e.g C:\Documents and Settings\...\Reflection.rd3x
On my system the Reflection session is stored in a folder in "My Documents". But thats not necessarily the same location the client will store his session. The following code works perfectly if Reflection.rd3x is in the location as specified.
Set objWSHShell = CreateObject("WScript.Shell")
strSpecialFolderPath = objWSHShell.SpecialFolders("MyDocuments") & "\Reflection\Reflection.rd3x"
Terminals = App.GetControlsByFilePath(strSpecialFolderPath)
When I run this macro, i have the Reflection session already open. Is there any way to find out the entire path of the open session ?? I cant seem to find any working solution anywhere (and I HAVE looked !).
Please, any assistance would be highly aprreciated !!