Short: MakeDir replacement, creates complete paths Author: olemb@stud.cs.uit.no (Ole Martin Bjørndalen) Uploader: olemb@stud.cs.uit.no (Ole Martin Bjørndalen) Version: 1.0 Type: util/shell MakePath --------- Have you ever had to create a long path from the shell? MakeDir this MakeDir this/can MakeDir this/can/get MakeDir this/can/get/frustrating With MakePath, you can do it all in one go: MakePath this/is/a/lot/easier If some or all of the path already exists, MakePath will create whatever is left and return happily. There's no need to check if the path already exists, which is nice for certain types of scripts. I hope you find it useful. Thanks ------- Thanks to everyone who helped with the startup code. I hope I got it right in the end. Contact -------- Ole Martin Bjørndalen olemb@stud.cs.uit.no http://www.cs.uit.no/~olemb/