Forums
This topic is locked
Complex server file manipulation.
Posted 20 May 2003 15:46:46
1
has voted
20 May 2003 15:46:46 Matthew Maguire posted:
Hi everyone,I need a little help with film manipulation on my ASP sever. As part of my content-manager I want to be able to provide a plug-in installation facility. To do this, users would download a large ASP file, upload it and execute it. This file would need to create folders and asp files on the server and open existing asp files and add new lines of code to them. Similarly, if a user wanted to remove a plug-in, they would execute a file that would delete all the added folders and files, but also search in a file for specific code then remove it, but leave the file intact.
Does anyone know roughly what sort of code I need to be looking at? If anyone could point me in the direction of a suitable tutorial that would be much appreciated.
Thanks,
Matthew Maguire