Re: create directories at runtime

From: Frank Piron <empty_at_zero.nil>
Date: Mon, 13 Dec 2004 16:34:55 +0100
Message-ID: <opsiydkhn6m0et4w_at_news.online.de>


Am 13 Dec 2004 06:58:43 -0800 schrieb dev6ishl <mhdsuhail_at_gmail.com>:

> Hi,
> I would like to know how to create directories in windows using forms6i
> runtime.

Two alternatives:

1)
 from your application write a cmd-batch which calls mkdir and after that call the batch via host() builtin. (q&d)

2)
Bind win32 api function CreateDirectory() to your app using FFI (foreign function interface). (IMO the better way)

Regards

-- 
Frank Piron,
defrankatkonaddot
(leftrotate two)
Received on Mon Dec 13 2004 - 16:34:55 CET

Original text of this message