test failed •file.CreateDir & •file.Rename

This commit is contained in:
dzaima 2023-05-27 15:37:37 +03:00
parent 227dfa20c7
commit 40a164a43e

View File

@ -85,8 +85,10 @@ f←•ReBQN{⇐} ⋄ F "Ah"•internal.Variation"1↑""""" %% " "
•FLines "testfile.bqn" %% "abc""def𝕩"
"testfile3B.bqn" •file.Rename "testfile3.bqn"
!"(file).Rename: Failed to rename file" % "testfile3B.bqn" •file.Rename "testfile.bqn"
•file.Exists¨ "testfile.bqn""nontestfile.bqn""testfile3.bqn""testfile3B.bqn" %% 1001
¯22•file.Createdir "testdirNested" %% "/testDir/testdirNested"
!"(file).CreateDir: Failed to create directory" % •file.Createdir "testdirNested"
"testfile.bqn""testfile2.bqn""testfile3.bqn""testfile3B.bqn""testdirNested" •file.List "." %% 11011
"testfile.bqn""testfile2.bqn""testfile3.bqn""testfile3B.bqn""testdirNested" •file.List •file.path %% 11011