Oct 8, 2001 #1 shirls Programmer Aug 2, 2001 8 GB Hiya Basically I want to strip the string (D:\parts pics finished\Dcp_1187.jpg) so that I am left with just the file name "Dcp_1187.jpg". Any help would be brill Shirl
Hiya Basically I want to strip the string (D:\parts pics finished\Dcp_1187.jpg) so that I am left with just the file name "Dcp_1187.jpg". Any help would be brill Shirl
Oct 8, 2001 #2 Glowball Programmer Oct 6, 2001 373 US $myFile = basename("D:\parts pics finished\Dcp_1187.jpg" $myFile now contains "Dcp_1187.jpg" Upvote 0 Downvote
$myFile = basename("D:\parts pics finished\Dcp_1187.jpg" $myFile now contains "Dcp_1187.jpg"