FAP.EXE

Sets cc:Mobile databases (DB7) File Access Protection bit to YES.
Does not function on any other database (DB6, etc).

Usage:
	fap <drive:path>
Ex:
	fap c:\ccmobile\ccdata

Unfap works to set File Access Proctection bit to NO, with similar syntax.


WHAT IS FILE ACCESS PROTECTION ???
									
In some multi-tasking environments, bugs in the environment and/or the other 
executing programs would allow the other programs to write to the cc:Mail    
database files, using cc:Mail's file handles.  The mail program can open 
all database files using a read-only file handle, and only open a read/write 
file handle for brief periods, greatly reducing the possibility of 
corruption.  This is called "File Access Protection."  The default is to 
access the files read/write mode.  If the File Access Protection bit is 
set using this utility, the File Access Protection functionality of the 
client will be enabled, and read-only file handles will be used.
