moving files

This forum is for eXpress++ general support.
Post Reply
Message
Author
BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

moving files

#1 Post by BruceN »

Is there a single command that will move files from one folder to another using wildcards? for example: move d:\folder1\*.jpg to d:\folder1\subfolder.
There are only 10 kinds of people - those who understand binary and those who don't :)

Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

Re: moving files

#2 Post by Koverhage »

yes, use the
SHFile Class, the complete class is freeware.
I think you find the class in the Xbase++ news
Klaus

BruceN
Posts: 280
Joined: Thu Jan 28, 2010 7:46 am
Location: Slidell, LA

Re: moving files

#3 Post by BruceN »

thanks, but pardon my stupidity. can you post a link to it?
There are only 10 kinds of people - those who understand binary and those who don't :)

Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

Re: moving files

#4 Post by Koverhage »

here is the class, the original Thread
news://news.alaska-software.com:119/38AA473B.A40F3CA9@software-braun.de

Ask thomas in the newsgroup if he has a newer version.
Attachments
shfile.zip
shfile class
(3.7 KiB) Downloaded 649 times
Klaus

Post Reply