how to change the location of a directory
-
hi to all i created a directory and want to change the location of that directory on a button click how is this possible plz reply soon
-
hi to all i created a directory and want to change the location of that directory on a button click how is this possible plz reply soon
You can use MoveFile API[^]
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts, An Article - Understanding Statepattern
-
hi to all i created a directory and want to change the location of that directory on a button click how is this possible plz reply soon
See SHFileOperation
- NS - [ODBaseBtn]
-
hi to all i created a directory and want to change the location of that directory on a button click how is this possible plz reply soon
Do you need to SetCurrentDirectory?
-
You can use MoveFile API[^]
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts, An Article - Understanding Statepattern
first of all thank you for reply.My actual problem to moving directory, I am able to move file but how can i move directory Plz reply
-
first of all thank you for reply.My actual problem to moving directory, I am able to move file but how can i move directory Plz reply
Do you read the documentation link? It states: Moves an existing file or a directory, including its children. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles] -
Do you read the documentation link? It states: Moves an existing file or a directory, including its children. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
[my articles]ok thank you i have done it