09-30-2010 05:25 AM
Using CVI 2009 SP1 I find that GetTreeItemFromLabel( ) is case-sensitive, but this could be a problem if you use the tree to show folders and files (as the FileBrowser custom control does).
As a matter of fact the file system names are case-insensitive in Windows operating systems.
Is there a case-insensitive version of this function?
Or could this feature be implemented in a future CVI release?
09-30-2010 02:24 PM
You could implement your own version.
Try this for starters...
Hope it helps.
- jared