From: | Rob Hutchinson |
Date: | 18 Sep 99 at 15:50:05 |
Subject: | Re: dir request |
Hello Roger
> On 18-Sep-99, I wrote:
>
>> What is the easiest way to use a directory requestor? I've seen plenty of
>> examples for files, but none for directories.
>
> I've sorted this out myself now - I've just pinched Paul Burkey's
> ASLFileRequest{} function from StatsFuncs and added the ASLF_DrawersOnly
> tag to it...
Or you could try this:
WbToScreen 0
MaxLen Path$=255
Path$="RAM:"
Test$=ASLPathRequest$("Test",Path$)
DefaultOutput
NPrint "You selected: ",Path$
:)
> Roger
Rob,
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie