Create or remove a directoryTag(s): Powerscript
Declare these functions :
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" )
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com