--- "ale.rc" <[EMAIL PROTECTED]> wrote: > > I first tried to just creat a file using FileOpen and FileWrite. The > file was created ok but when I sync using HotSync the file didn't > appear in my Backup directory.
FileWrite creates a file stream, not a file. > ... but I think that using > FileOpen and FileWrite is more easy and simple isn't it? No, it won't work for what you want to do. > > Can anyone help me please? If you create a database and set the backup bit, it will be backed up to your desktop during the next HotSync. Probably, what you should do is to write a conduit. "Conduits are software plug-ins for the HotSync� Manager application. They exchange and synchronize data between a desktop computer and a Palm OS� platform handheld computer." See http://www.palmos.com/dev/tech/conduits/ for info on conduits. __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
