![]() |
| |||||
| PW32Sync Folder(s) ReplicationPW32Sync is designed to replicate local workstation folders with a master source which typically resides elsewhere on a network and is ideally suited for automating the flow of changes in your Paradox applications. Make updates on the master copy and have those changes flow to each workstation. A folder structure using subdirectories for a Paradox application might look like:
..\MyApp-->\Forms
\Scripts
\Libs
\Reports
\Tables
\Queries
\Other
We want to replicate this structure with the following restrictions: 1. The "Tables" subfolder is not replicated - these are our shared, networked tables Assume that the master copy is located at "x:\MyApp" mapped to BDE Alias "MyApp" and that the local replica is at "c:\MyApp". Example
var
arExcludeFiles Array[] String
liError LongInt
stErrorDescription String
endVar
;
; Folders and Files to exclude from replication
;
arExcludeFiles.addLast("Tables*") ;Exclude the folder "Tables"
arExcludeFiles.addLast("Other\\*.ini") ;Exclude INI files in folder "Other"
;
SyncApplication(":MyApp:", ;Master Source
"c:\MyApp", ;Replica Source
True, ;Include Subdirectories
"*.*", ;Files to include
arExcludeFiles, ;Exclusion Array
liError, ;Error Code
stErrorDescription) ;Error Description
Key Benefits
Pricing (Buy Now!)$49 USD includes a license for unlimited distribution in your applications. | |||||||||||||||||||
| Company and product names are trademarks of their respective companies. | Copyright 2003 © Crooit Software | ||
| Last Updated on August 29, 2003 | |||
| |||