TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gopi Asai
NA
331
0
read and edit the notepad along with input directory
Jul 26 2012 2:39 AM
I would like to store the image path in notepad by refer the input of another notepad. Input look like below.
IM,abc001,D,0;ABC;images\00\00;abc001.tif;2
IM,abc002,D,0;ABC;images\00\00;abc002.tif;2
IM,abc003,D,0;ABC;images\00\00;abc003.tif;2
IM,abc001,D,0;ABC;images\00\01;abc001.tif;2
IM,abc002,D,0;ABC;images\00\01;abc002.tif;2
IM,abc003,D,0;ABC;images\00\01;abc003.tif;2
Image path in system
D:\ABC\Images\00\00\
abc001
abc002
abc003
D:\ABC\Images\00\01\
abc001
abc002
abc003
Input image names may be in same (duplicate) but it's available in different folder. So avoid to open the incorrect image i want to get the all image path and save in notepad along with image name like below
IM,abc001,D,0;ABC;D:\ABC\Images\00\00\;abc001.tif;2
IM,abc002,D,0;ABC;D:\ABC\Images\00\00\;abc002.tif;2
IM,abc003,D,0;ABC;D:\ABC\Images\00\00\;abc003.tif;2
IM,abc001,D,0;ABC;D:\ABC\Images\00\01\;abc001.tif;2
IM,abc002,D,0;ABC;D:\ABC\Images\00\01\;abc002.tif;2
IM,abc003,D,0;ABC;D:\ABC\Images\00\01\;abc003.tif;2
Could you please help me here.
Regards,
Gopi A
Reply
Answers (
3
)
Update Panel is not working Properly in asp.net 3.5 with c# 2.0
adrotator