Search found 1 match

by wolf_II
Mon Aug 05, 2013 9:58 pm
Forum: Feature Requests and Wishlists
Topic: GetFilePart() excluding extension
Replies: 30
Views: 5781

Re: GetFilePart() excluding extension

I tested FL_GetFilePartNoExt(FilePathName$) by skywalk (Posted: Fri Jan 25, 2013 4:36 pm) like this:

I tested with a file that has NO extension, but its name starts with a dot:
In the case of "C:\path\.test" => "" . IMHO, this doesn't look right.
So I added a second condition (length of extension ...