S
Saune
I used
SHAddToRecentDocs(2, installpath & myfile) to add myfile to Recent documents.
Then I used the following loop to Wait for the SHAddToRecentDocs to add
shortcut
Do While Dir(RecentPath & myfile & ".lnk") = ""
Loop
The problem is that it never gets out of the loop.
Could anybody help me to point out why ?
I checked the Recent path to be correct and also checked that the 'myfile'
is in the Recent folder.
SHAddToRecentDocs(2, installpath & myfile) to add myfile to Recent documents.
Then I used the following loop to Wait for the SHAddToRecentDocs to add
shortcut
Do While Dir(RecentPath & myfile & ".lnk") = ""
Loop
The problem is that it never gets out of the loop.
Could anybody help me to point out why ?
I checked the Recent path to be correct and also checked that the 'myfile'
is in the Recent folder.