Library Tools, where can I find examples of use?

I’ve been analyzing the Tools Library, and I’ve found some interesting routines, but I can’t seem to use them. Does anyone know of a place that gives examples of how to use them?

I think you are asking about GetFolderName() or GetFileName()? Yes, using them directly is a bit difficult, this code is used in some other standard libraries. You can use these functions in your dialogs. As for me, I use such fragments of the Tools library simply as a template for my own procedures - I copy the code into my module, make a few changes and use it.

GetFolderName (full) in projects: core - OpenGrok search results

image