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
Saafia NM
NA
52
11.1k
Append one path to another path while uploading a file
Apr 5 2016 2:58 AM
I have to append one path to another path . That is , i created folder names and stored it into a string.
The folder names are random numbers from 1 to 26. I have a folder 'Encrypt' in my Project. Within that folder, 1 to 26 folders were created.
Random rand=new Random();
int folder = rand.Next(1,27);
string path = @"\Encrypt\";
while uploading a file, the path should be the folder name within the Encrypt folder . How to append the (int folder) into (string path)? Help me please....
Reply
Answers (
4
)
Converting ocx file into dll file.
how ro export data