|
-
Jan 24th, 2007, 07:59 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2005] Seperate String (File path/name)
I bet this was already answered, as it seems like a pretty common problem.
My program recieves a file path with the name like so:
C:\Test1\Test2\Cool.res
How can I split it into an array like this:
0: C:\Test1\Test2
1: Cool
The delimnator is the last instance of the \
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
|