Rank: Newbie Groups: Member
Joined: 7/20/2009 Posts: 6
|
The Treeview control sample code contains a reference to a "Path" object, but I don't see where this object originates or is instantiated. Please clue me in as I'm getting: "Compiler Error Message: BC30451: Name 'Path' is not declared.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
It's probably System.IO.Path. It's part of the ..NET framework.
Thanks
|