Hi people,
I want to make a simple form which should do the following:
1. Have an import button
2. Have a simple browse button
3. When I click the import button (after a file is selected) the file is assigned a simple incremental number (the first file I choose would be 0001, the second 0002 and so on) but the filename would stay the same
4. The form should create a directory named 0001 in some default location
5. Put the selected file in the newly created directory
The result should look something like:
d:/main/000X
Is this very complicated procedure or a newbie could understand it?
Thanks,
Viktor
I want to make a simple form which should do the following:
1. Have an import button
2. Have a simple browse button
3. When I click the import button (after a file is selected) the file is assigned a simple incremental number (the first file I choose would be 0001, the second 0002 and so on) but the filename would stay the same
4. The form should create a directory named 0001 in some default location
5. Put the selected file in the newly created directory
The result should look something like:
d:/main/000X
Is this very complicated procedure or a newbie could understand it?
Thanks,
Viktor