diff options
author | Peter Burow <pb@openoffice.org> | 2001-06-07 06:38:29 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-06-07 06:38:29 +0000 |
commit | 822af9a624c0542a88a898f6b269c4fd6d338235 (patch) | |
tree | 473879b3071c3b9b61f37f532d995258a98cc401 /unotools | |
parent | a1888651509ae0027fd50dffb8efae0c2fd34999 (diff) |
fix: #83605# CanMakeFolder() and HasParentFolder() added
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/ucbhelper.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/inc/unotools/ucbhelper.hxx b/unotools/inc/unotools/ucbhelper.hxx index 7cf16d308b8e..458a2d5761c6 100644 --- a/unotools/inc/unotools/ucbhelper.hxx +++ b/unotools/inc/unotools/ucbhelper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ucbhelper.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mba $ $Date: 2001-01-16 15:25:01 $ + * last change: $Author: pb $ $Date: 2001-06-07 07:38:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,10 @@ namespace utl static sal_Bool CopyTo( const String& rSource, const String& rDest ); static sal_Bool MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star::ucb::NameClash::ERROR ); + static sal_Bool CanMakeFolder( const String& rFolder ); static sal_Bool MakeFolder( const String& rFolder ); + static sal_Bool HasParentFolder( const String& rFolder ); + static ULONG GetSize( const String& rContent ); static sal_Bool IsYounger( const String& rIsYoung, const String& rIsOlder ); |