OS Explorer
Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
well I'm working on a Windows Explorer right now and I've already included : Delete,Create New Folder, Rename inside the list view, but i can't seem to find a way to make a "Move" Function
You can find me on Facebook or on Skype mihai_92b
There is a IO function that moves a file:

Code: Select all
I dont know the source of your program so you need to find out how to use the function yourself. Ill be glad to help if you send me the source too but i think you want it yourself IO.File.Move(filename, target)

LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

naa it's a little more complicated than that, i need to move lets say a file in my OS and my program's listview in the same time
You can find me on Facebook or on Skype mihai_92b
i don't get you
system.IO.File.Move("C:\Test\File\test.txt","C:\test\lool.txt")
thats the way to move some file
system.IO.File.Move("C:\Test\File\test.txt","C:\test\lool.txt")
thats the way to move some file
oh, i get you, but cant you just clear all the items and then load them again?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

MrAksel wrote:oh, i get you, but cant you just clear all the items and then load them again?yeah i know because I've already tried that it doesn't work with my code
i mean it works but not like i want to
You can find me on Facebook or on Skype mihai_92b
Copyright Information
Copyright © Codenstuff.com 2020 - 2023