system.io.file.delete() will delete a file
system.io.file.move() will move a file
as for editing a file, that depends on what type of file it is, for text files you can use
system.io.streamreader() for reading and
system.io.streamwriter() for writing