Gunakan API lihat contoh dibawah


Global External Function:
FUNCTION boolean CreateDirectoryA(ref string pathname, int sa) LIBRARY
"Kernel32.dll"




Script:
boolean rtn
string l_dir
l_dir = "API Demo"
rtn = CreateDirectoryA(l_dir, 0)
If rtn then
  MessageBox("New Directory Created", "API Demo directory is located under
current directory.")
else
  MessageBox("CreateDirectory", "Failed")
end if




-----Original Message-----
From: riky andrian [mailto:[EMAIL PROTECTED]


saya pakai PB 9.0

ruli wrote:

> saya pakai PB 7 setelah saya cek kok tidak ada fungsi tersebut
> apa memang tidak ada fungsi tersebut di PB 7?

--

http://rikyandrian.blogspot.com <http://rikyandrian.blogspot.com/>

riky andrian



------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/NhFolB/TM
--------------------------------------------------------------------~-> 

IndoPB - Indonesia PB User Group 
To Post a message, send it to: [EMAIL PROTECTED]
To Unsubscribe,send a blank message to: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/indopb/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Kirim email ke