getting umenu to send just the filename without filetype
hey folks. i am new into maxmsp and trying to build a umenu that just sends the filename without the filetype.
e.g. "test.txt" - i want just to recieve "test"
could anybody help me?
greets
another solution would be to load just the filenames directly.
e.g. having a dropbox and the umenu is just created by the filenames without filetype.
would be great if anyone could help me.
A small regexp may help:
thumbs up! thank u a lot. :)
just one little other problem:
if i drop a folder with .txt files inside the "folder" object works. but he doesnt recognize .jar files. why is that?
You need to send folder the right types message.
I unfortunately don't know the 4 letters code for .jar, it is not defined in the max-fileformats.txt file, so you may have to add one yourself...