first of all sorry about my english. I need to split a file path. For example:
"C:\Folder\Folder2\1.cr2"
I need to get file drive, file path, file name and file extension separately:
C:\ ,
Folder\Folder2 ,
1 and
.cr2
Thanks.
first of all sorry about my english. I need to split a file path. For example:
"C:\Folder\Folder2\1.cr2"
I need to get file drive, file path, file name and file extension separately:
C:\ ,
Folder\Folder2 ,
1 and
.cr2
Thanks.