That's really good as usual! Can you maje an another short video how you do copy all text to a new .txt file and then delete the original path ? Or Directory as well ?
when I run it, it tells me "Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array." I cannot seem to find the problem. I have watched and redone everything exactly the same...
the only thing different is that I commented out instead of deleted. so I have the notes. the txt file seems correct, please help. been messing around with this for hours
I found my problem... In my text file, I had pressed enter an extra time after the list. It left a blank line that couldn't be read because there were no commas. I feel really stupid but glad I learned one more thing. Thank you Mr. Sluiter, your tutorials have helped me so very much!
@@MrNewMuse Thank you for this !!!! I have spent the last three hours trying to figure this out, and was on the brink of insanity. I had done the exact same thing... Its amazing how small unnoticed things can make a program crash.
its not working for me I have given a filepath but it says couldn't find the file everytime. I have created a file named demo in C drive and tries to access it but failed. pls help me to resolve this issue
Check the file extensions. The .txt is likely hidden by Windows explorer. Your file is probably filename.txt.txt You can select "hide known file extensions" in Explorer.
Where were you whole time! its really nice to watch you. Nicely describing codes and a great practical demonstration.
Two notable things I got out of this tutorial:
1. Using People object as a data holder.
2. ToString method was awesome
This is infinitely helpful! and the information is very well compressed, thank you
That's really good as usual! Can you maje an another short video how you do copy all text to a new .txt file and then delete the original path ? Or Directory as well ?
when I run it, it tells me "Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array." I cannot seem to find the problem. I have watched and redone everything exactly the same...
the only thing different is that I commented out instead of deleted. so I have the notes. the txt file seems correct, please help. been messing around with this for hours
I found my problem... In my text file, I had pressed enter an extra time after the list. It left a blank line that couldn't be read because there were no commas. I feel really stupid but glad I learned one more thing. Thank you Mr. Sluiter, your tutorials have helped me so very much!
@@MrNewMuse Thank you for this !!!! I have spent the last three hours trying to figure this out, and was on the brink of insanity. I had done the exact same thing... Its amazing how small unnoticed things can make a program crash.
@@MrNewMuse Thank you so much :)
This comment is still helping people!
Thank you so much.
FANTASTIC !! 😊😊👍
These are really good!
its not working for me
I have given a filepath but it says couldn't find the file everytime.
I have created a file named demo in C drive and tries to access it but failed. pls help me to resolve this issue
Check the file extensions. The .txt is likely hidden by Windows explorer. Your file is probably filename.txt.txt You can select "hide known file extensions" in Explorer.
This help me toooooo much, thank you
Happy to help!