PreviousUpNext

5.5.49  Delete a file

Delete a file:

    eval:  winix::file::remove_file "foo.txt";

Another way:

    eval:  posix::unlink "foo.txt";

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext