Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Post
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Reply
Append one path to another path while uploading a file
Saafia NM
8 years ago
398
Reply
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....
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Converting ocx file into dll file.
how ro export data