I'm working on a file system (thanks to help from programmingTalk) and now i'm stuck on deleting a selected line from a file.
Say I wanted to delete line 4, out of 23, how can I go about doing that?
So far the code I have will display which lines in an array, that it wants to delete, and is already in a for loop
so far that will only display what is selected (the echo was just to see if it works)
Thanks!