Folder Structure VB

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jan 2009
Posts: 3
Reputation: Jigs_ff is an unknown quantity at this point 
Solved Threads: 0
Jigs_ff Jigs_ff is offline Offline
Newbie Poster

Folder Structure VB

 
0
  #1
Jan 28th, 2009
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
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 16
Reputation: gurshan is an unknown quantity at this point 
Solved Threads: 0
gurshan gurshan is offline Offline
Newbie Poster

Re: Folder Structure VB

 
0
  #2
Jan 29th, 2009
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?
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Private Sub Command1_Click()
  2.  
  3. MkDir "C:" + Text1.Text
  4.  
  5. End Sub
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 1,114
Reputation: cguan_77 has a little shameless behaviour in the past 
Solved Threads: 91
cguan_77's Avatar
cguan_77 cguan_77 is offline Offline
Veteran Poster

Re: Folder Structure VB

 
0
  #3
Feb 1st, 2009
hi jigs_ff, please check attached file.... it's a simple program...please try if it will help your needs
Attached Files
File Type: zip FileSystem.zip (10.1 KB, 4 views)
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: Folder Structure VB

 
0
  #4
Feb 8th, 2009
That's how I roll.
Attached Files
File Type: zip FileArranger.zip (10.8 KB, 4 views)
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC