Excellent thanks for the information Oliver. Are there any implementations of this using both the FRM and locking on the files online? Specifically I'd like to attempt to use it with AOP in Spring wrapped around some of my methods that use file accesses. -David
> On Tue, 4 Jan 2005 14:10:45 -0700, David Erickson <[EMAIL PROTECTED]> > wrote: > > Thanks for the reply Oliver. I was also wondering is it possible to > create > > directories with this package? IE using my below example if I needed to > > create /4 for a total of /storage/content/4 (4 being a directory)? > > It's similar to CVS. You can not explicitely create directories, this > is a limiation of the current implementation :( > > They will be created (and deleted) along with the resource to be > created (or deleted). E.g. if you create resource > /storage/content/4/file.txt, all the directories will be created for > you. If you delete the resource and the directories are empty > otherwise they will be deleted as well. > > Oliver -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
