R
Rich P
I am using the WebRequestMethods.Ftp.ListDirectoryDetails method to get
details of an mp4 file. This returns the following string in the
following format:
"08-24-09 11:21PM 6154794 CIMG2550.mp4"
I want to isolate "CIMG2550.mp4". There will be several listings, and
the one thing each string will have in common is that there is one space
between the file size number and the filename. What is the easiest way
to isolate the text to the right of this space (which would be the
filename and extension)? How to do this? Linq maybe? or is there
something simpler for this case?
If it is linq - what would the linq statement be for this?
Thanks
Rich
details of an mp4 file. This returns the following string in the
following format:
"08-24-09 11:21PM 6154794 CIMG2550.mp4"
I want to isolate "CIMG2550.mp4". There will be several listings, and
the one thing each string will have in common is that there is one space
between the file size number and the filename. What is the easiest way
to isolate the text to the right of this space (which would be the
filename and extension)? How to do this? Linq maybe? or is there
something simpler for this case?
If it is linq - what would the linq statement be for this?
Thanks
Rich