T
Takeadoe
Data structure:
C:\Documents and Settings\tonkovic\My Documents\Data Files\Deer\Deer
Population Goals\Farmer Attitude Surveys\1995\Names and Addresses
\FRAN.ASC
The entire string is in a single field. The file name is "FRAN.ASC".
My hope is to find some way of parsing the field into 2 fields:
directory and file name. If I knew enough, my approach would be to
start from the far right and work my way left until I hit the first
"\". That would contain the file name and everything left would be
the directory.
Any help would be greatly appreciated!
Mike
C:\Documents and Settings\tonkovic\My Documents\Data Files\Deer\Deer
Population Goals\Farmer Attitude Surveys\1995\Names and Addresses
\FRAN.ASC
The entire string is in a single field. The file name is "FRAN.ASC".
My hope is to find some way of parsing the field into 2 fields:
directory and file name. If I knew enough, my approach would be to
start from the far right and work my way left until I hit the first
"\". That would contain the file name and everything left would be
the directory.
Any help would be greatly appreciated!
Mike