bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What an I doing wrong?


From: Christian Robert
Subject: Re: What an I doing wrong?
Date: Tue, 9 Jun 2020 21:19:59 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

Confirmed, looks like a bug.

      mask ← 8 8 8 8 ⊥ 0 7 7 7
      mask
511
      ⎕FIO['mkdir'] './ttt'
¯2
      ⎕FIO['strerror'] ¯2
No such file or directory
      )off

Goodbye.
Session duration: 53.3721 seconds



but the directory has been really created with default permission even if 
'mkdir' returned ¯2


$ ls -ld ttt
drwxrwxr-x. 1 xtian xtian 0 Jun  9 21:12 ttt/


Xtian.

On 2020-06-09 16:22, Bill Daly wrote:
       FIO_Create_mask←(8⍴8)⊥0 0 0 0 0 7 7 7
       FIO_Create_mask FIO∆mkdir '/home/dalyw/test/FIO_test'
¯2
       FIO∆strerror ¯2
No such file or directory
       FIO∆read_directory '/home/dalyw/test'
  5767711 8549106885002863117 32 4 FIO_test
       FIO∆rmdir '/home/dalyw/test/FIO_test'
0
       FIO∆read_directory '/home/dalyw/test'

thanx

w




reply via email to

[Prev in Thread] Current Thread [Next in Thread]