Forum: สอบถามปัญหา Notes ทางด้านพัฒนาโปรแกรม (Note Client) |
Tags1: | Created on Oct 24, 2010, 4:38 PM by 9notes/9Notes|Topic Responses: 2 |
&action=openDocument&documentId=1E96 |
ใน LotusScript เขียนแค่นี้พอครับ
Dim GetPathName
Set wshShell = Createobject("WScript.shell")
Set sf = wshShell.SpecialFolders
GetPathName = sf("MyDocuments")
Msgbox GetPathName |
|