Does VBScript have a function to get the path to the currently selected file in File Explorer? If so, what is the function? I'm looking for something like
Set fileObj = CreateObject("Scripting.FileSystemObject")
dim filepath
filepath = fileObj.GetCurrentSelection() 'doesn´t exist
dim result
result = filepath 'communicate with LiveCode
I wrote a simple example.
Keep in mind there may be more than one open windows explorer window and this will list them all.