Hello Anton,

    I have an Amiga 2K available to me for which I will now download /View
and /Core,  Afterwards I will run some tests for you.  If I had a Mac I
would do that one to, but I don't so....

    To the List:  I think that we should get more participation from you
guys when someone asks for testing, it seems that eveyone wants lots of
libraries, and modules available, but no one wants to give a little input to
allow for the true crossplatform capability of REBOL.

Enjoy!!
Ammon

--Smile, the whole world will light up for you!


----- Original Message -----
From: "Anton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 12:38 AM
Subject: [REBOL] File-modes on different platforms


> Hello,
>
> I am interested to see the different file modes
> available on different platforms.
> I have tested on Windows2k and NT4.
> I need Linux, Amiga, Mac and any others.
> I would like you out there who have one of the above platforms to
> try the following code and report back with the result.
>
> save file: %anton-filemode-test "" ; create a file to experiment on
> foreach mode get-modes %dummy 'file-modes [
> print [
> type? get-modes file mode
> mode
> if error? set/any 'err try [
> set-modes file compose [
> (to-set-word mode) (get-modes file mode)
> ]
> ][probe disarm err]
> ]
> ]
> delete file ; clean up
>
> The code just prints out the datatype of each mode,
> the mode word, and reports if there was an error
> setting that mode. (I want to see which modes cannot
> be modified, if any.)
>
> Thank you very much,
> and thanks to Ammon for your response on this matter
> on 20 April.
>
> Anton.
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to