View Single Post
  #1 (permalink)  
Old 11-25-2008, 2:28 AM
capricorndabest@yahoo.com capricorndabest@yahoo.com is offline
VB.NET Forum Newbie
.NET Framework: .NET 1.1 (VS 2003)
 
Join Date: Nov 2008
Posts: 1
Reputation: 0
capricorndabest@yahoo.com is on a distinguished programming path ahead
Unhappy How to upload images and text file into folders? (visual basic.net)

1. input: folder(contain imges) + text file(multiline=contain info for all the images)

output: folder (contain 1 image + text file (1line=contain info of the image only)



2. each of the line info; A,A,A,A,,||B,B,B,B,B||CCC||D,D,D

the last D is image name and we can relate the image with the last D

but the system requirement format is A,A,A,A,,||B,B,B,B,B||CCC||D



Please help me..thanx!
Reply With Quote