| Real'sHowTo |
|
|
Custom Search
|
| Real'sHowTo |
|
|
Custom Search
|
FUNCTION boolean CreateDirectoryA(ref string path, long attr) LIBRARY "kernel32.dll" FUNCTION boolean RemoveDirectoryA( ref string path ) LIBRARY "KERNEL32.DLL"
CreateDirectoryA( "C:\TempDir", 0 ) // always 0 RemoveDirectoryA( "c:\tempdir" )
Written and compiled by Réal Gagnon ©1998-2013
[ home ]