Take a look at this posting....might help you
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guides/html/vsgrfers_str_file_badpath.asp
Good luck
I have been trying to extract part of a file path..and so far have been unsuccessful.
I have the following:
my $verpath = \main\branch1\13
I need to extract the "branch1" from this path.
I am using the following split "formula":
my $filename1 = (split /\//, $verpath)[-1];
However this...
Hi,
I am trying to do the following:
1. Open A file
2. search for a string
3. if string "str1" already exists exit
4. else add the string "str1" and exit
I am baffled because right now....It keeps adding the string "str1" to the file even if the string pattern "str1" exists in it.
Here is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.