Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
Populate tree from a list of path
posted

Hi,

I need to populate UltraTree from a list of path, for example:

C:\WINDOWS\addins
C:\WINDOWS\AppPatch
C:\WINDOWS\AppPatch\MUI
C:\WINDOWS\AppPatch\MUI\040C
C:\WINDOWS\Microsoft.NET
C:\WINDOWS\Microsoft.NET\Framework
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MUI
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MUI\0409

with an output like this:

Does anyone know an easy way to do this with UltraTree?

Many thanks.

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I'm not sure what you are asking here. What part of this is giving you trouble? You can add nodes to the tree however you like using the Nodes.Add method.