Hi,
i am trying to create a FileManager, now i know there are better programs out there to do it, but i think its fun to try and learn nu things.
Now i am getting stuck in my code i created a button to select a driver/folder after that i put's in the driver/folder contant in the TreeView, but when i select something and click on my button copy.
It returns a 0 instead of something else, when i add a value to the TreeView with: GuiCtrlCreateTreeViewItem and i select that one, then my copy button works.
Hope you guys can help me find out/point in the right direction where i am going wrong