Hello
i am trying to download a file use it and delete it again to make space on the hard drive for the next file but i does not delete the file somehow:
local c = require("component")
local computer = require("computer")
local internet = require("internet")
local fs = require("filesystem")
local p = c.printer3d
args = {...}
link = "https://raw.githubusercontent.com/LordNocturnus/sf-"
folder = "/master/"
imax = 0
local TIMEOUT = 4 -- in seconds
for i = 0, imax do
local url = link .. i .. folder .. "list.txt"
local status, connection = pcall(interne