revCopyFolder

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
wake
Posts: 21
Joined: Thu Jun 25, 2009 6:15 pm

revCopyFolder

Post by wake » Mon Aug 17, 2009 10:21 pm

Does revCopyFolder overwrite older files, or does it simply stop if the folder/file exists.

In short is there any kind of date stamp checking built in?

Thanks!

Mark Smith
Posts: 179
Joined: Sat Apr 08, 2006 11:08 pm
Contact:

Post by Mark Smith » Tue Aug 18, 2009 12:04 am

revCopyFile will overwrite, so you'll have to do any checking in your script before copying.

Best,

Mark

Post Reply