|
-
December 19th, 2011, 09:14 AM
#1
Illegal characters
I have a text file that contains settings, such as the output file location. Then I call the file in my program...
File.AppendAllText(@PIoutput, "5," + time.Year + "," + time.DayOfYear + "," + time.ToString("HHmm").TrimStar('0') + "," + time.Second);
When the program runs, I get the error "Illegal characters in path."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|