G
Guest
Hi!
Sorry if this is the wrong newsgroup but I am looking for a class/method
that will enable me to break a string into tokens like the java
StringTokenizer class.
I have a path to a filename like so
c:\\Folder1\\Folder2\\file.txt
I want to check if the folders Folder1 and Folder2 exist and if not then I
will create
them. Are there any built in C# methods that I should use ? If there is an
easier
way to do this, please let me know.
Thanks for your help!
LW
Sorry if this is the wrong newsgroup but I am looking for a class/method
that will enable me to break a string into tokens like the java
StringTokenizer class.
I have a path to a filename like so
c:\\Folder1\\Folder2\\file.txt
I want to check if the folders Folder1 and Folder2 exist and if not then I
will create
them. Are there any built in C# methods that I should use ? If there is an
easier
way to do this, please let me know.
Thanks for your help!
LW