ExtractExt

Monkey Forums/Monkey Programming/ExtractExt

Midimaster(Posted 2013) [#1]
I want to have a look on the extension of a filename and found the function ExtractExt() in Monkey.

But the function is "unknown" until I add...
Import brl.filepath

...at the beginning of my code.

Now four questions:

1.
Is it correct, that I have to import the brl module?

2.
Is this module running on all targets? So will it run on android too?

3.
Does the import has any disadvantages?

4.
Why are not all these modules integrated in mojo by default?


programmer(Posted 2013) [#2]
1. Yes
2. Yes
3. No
4. BRL is free, Mojo is commercial.