Packing with subdirectories? help please?
Posted: Thu May 01, 2003 8:46 pm
well, i'm new to PB (just registered yesterday), and i'm not sure if there's an easy answer to this question. (that will likely make me feel stupid)
I want to make a program that can pack folders and subfolders as well as their contents, and also a program that would unpack them while keeping the file structure in-tact. i've started on a preliminary method of doing this, but it's pretty sloppy, and for each level of subfolders i'm using a new loop to retrieve the filenames. this is part of a bigger project, making an auto-update program that can retrieve updates from the web. this is the last of the features i want to add into the program. I already have the functionality for downloading the files, and the rest is just small stuff, and UI work.
thanks in advance.
I want to make a program that can pack folders and subfolders as well as their contents, and also a program that would unpack them while keeping the file structure in-tact. i've started on a preliminary method of doing this, but it's pretty sloppy, and for each level of subfolders i'm using a new loop to retrieve the filenames. this is part of a bigger project, making an auto-update program that can retrieve updates from the web. this is the last of the features i want to add into the program. I already have the functionality for downloading the files, and the rest is just small stuff, and UI work.
thanks in advance.