Hello,
I’m trying to create a class based on (sub of) folderitem class, but I can’t figure out how to instantiate it.
If i use standard folderitem constructor it says it’s the wrong class, If I use “new” and then try to instantiate it from inside, I can’t figure out how.
Thank you all for your really fast answers.
Kevin: for sure that’s what i thought, less elegant but working for sure
Emile: Using extends wouldn’t be practical as I’d like to build a lot around this class.
Jeff: This is cool and you took the time to build a test for it! Thank you very much, I really appreciate your time and your clear explanation, I’m going to test it today!