# Load the IO module # Replace "" with the location where the io.lm Lang module was installed to without "<" and ">" ln.loadModule() $file1 = [[io]]::fp.openFile(input.txt) [[io]]::fp.delete($file1) [[io]]::fp.closeFile($file1) $file2 = [[io]]::fp.openFile(/input.txt) [[io]]::fp.delete($file2) [[io]]::fp.closeFile($file2) $dir1 = [[io]]::fp.openFile(docs) [[io]]::fp.delete($dir1) [[io]]::fp.closeFile($dir1) $dir2 = [[io]]::fp.openFile(/docs) [[io]]::fp.delete($dir2) [[io]]::fp.closeFile($dir2)