Check that file exists: Difference between revisions

m
No edit summary
Line 299:
}
IF( IS-DIR?("noExisDir"), "Directory \"noExistDir\" exist!\n", \
"Directory \"noExistDir\" does NOT exist!\n" )
//"arch mañoso bacán.txt" text-file created
 
STR-TO-UTF8("File \"arch mañoso bacán.txt\" ")
IF( IS-FILE?( STR-TO-UTF8("arch mañoso bacán.txt") ), "exist!\n", "NOT exist!\n")
 
PRNL
END
Line 308 ⟶ 313:
File "hopper" exist!
Directory "fl" exist!
Directory "noExistDir" does NOT exist!
File "arch mañoso bacán.txt" exist!
$
</pre>
543

edits