
February 13th, 2002, 03:34 PM
|
|
Contributing User
|
|
Join Date: Oct 2000
Location: Back in the real world.
|
|
|
create a directory:
mkdir(dirname);
creating processes: createProcess (win****)
creating threads is what you want!!!
on win**** there is a function to display the save-file dialog. i cant remember right now, sorry.
but it has a parameter to auto-create directories.
why do you want to use semaphores? i donīt think you need IPC... use threads instead (or a simple for-loop???)
|