Hi there:
I have written a function in vbscript that accepts a selected file path and converts it to UNC path using ActiveX
CreateObject("Scripting.FileSystemObject")
Now I would like to use same function in my php code...
I there a way php to call
CreateObject("Scripting.FileSystemObject")
or how do I, Convert a mounted drive into a UNC path
Any other workaround would be much appreciated
Thanks a lot..
Biju