Rename to file without any EXT

See all posts Reply

Rename to file without any EXT new!
by Claudiu, 14 years, 11 months ago
Hello,

Is it possible somehow to rename a file foo.jpg into just foo? without manually changing the if condition "if ($this->file_new_name_ext != '')" from your class.
I cannot find anything useful in your entire class guide.

Cheers
Claudiu

PS: If I'm browsing the first page of this forum, click on a topic, go back, click on the second page (#2 or any other) I get the last topic that I have viewed.Reply
Re: Rename to file without any EXT new!
by colin, 14 years, 11 months ago
It is not possible to have no extension at the moment. It can be done with some changes to the code, but in quite a few places. I will add this feature in the next release.

PS: for the forum, I know about the issue, just didn't have time to fix it...Reply