Eyeball
TechnoChill.com

win32 extract file path from full path


// How to extract path from full path
_tsplitpath(exeFullpath, drive, dir, fname, ext);
printf("Path extracted with _splitpath:\n");
printf("drive: %s\n", drive);
printf("directory: %s\n", dir);
printf("file name: %s\n", fname);
printf("extension: %s\n", ext);

_tsplitpath
DISCLAIMER: It is assumed that users are familiar with the operating system they are using and comfortable with making the suggested changes. PcCare.com will not be held responsible if changes you make cause a system failure.

Please review our Terms of Service and Privacy statement before initiating service or using this site. Microsoft® is a registered trademark of Microsoft Corporation in the United States and/or other countries. Epicor® is a registered trademark of Epicor Software Corporation. Site Map. About Us

TechnoChill.com is owned and operated by TechnoChill Inc.