Function GetDesktop() As String
With CreateObject("wscript.shell")
GetDesktop = .Regread("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\desktop")
End With
End Function
posted on
2023-10-07 16:12sonycat
阅读(419)
评论(0)
编辑收藏举报