954,559 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Folder Structure VB

Hi All,

I am new to programming world,

i wanted to make a script which will create folder when counting of files breaks.

for Example-

1) I have 1000 no of jpg files in a single folder.(but )
2) but these files has a number break in between. (like it will start from 0001 to 0150 and again will start from 0165 to 500 ,and so on )
3) i wanted to move the break files in to a new folder, and continue to search for new break files.


I am working with film and television industries.

Here we gets a Jpg or Tga sequences of movie but not sequencial so we have to search manually for sequence break and move that files in to a folder.


Kindly help me with any script or small programme.


Thanks

Jigs_ff
Newbie Poster
3 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

The code above create a folder with the name writen in the text1.

i'd like to create a subFolder with the name in Text 2
and a Sub-SubFolder with the namein Text 3 ...

Please any idea?

Private Sub Command1_Click()

MkDir "C:" + Text1.Text

End Sub
gurshan
Newbie Poster
15 posts since Dec 2008
Reputation Points: 20
Solved Threads: 1
 

hi jigs_ff, please check attached file.... it's a simple program...please try if it will help your needs ;) ;)

Attachments FileSystem.zip (10.1KB)
cguan_77
Nearly a Posting Virtuoso
1,317 posts since Apr 2007
Reputation Points: 19
Solved Threads: 115
 

That's how I roll.

Attachments FileArranger.zip (10.83KB)
Comatose
Taboo Programmer
Team Colleague
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You