Today's Menu  Portugal
journal and plan nutrition
WebMover.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2014 Lee Barney
3  Permission is hereby granted, free of charge, to any person obtaining a
4  copy of this software and associated documentation files (the "Software"),
5  to deal in the Software without restriction, including without limitation the
6  rights to use, copy, modify, merge, publish, distribute, sublicense,
7  and/or sell copies of the Software, and to permit persons to whom the Software
8  is furnished to do so, subject to the following conditions:
9 
10  The above copyright notice and this permission notice shall be
11  included in all copies or substantial portions of the Software.
12 
13 
14  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
15  INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
16  PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
17  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
18  CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
19  OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 
21 
22  */
23 
24 #import <Foundation/Foundation.h>
25 
26 @interface WebMover : NSObject
27 +(NSString*)moveDirectoriesAndWebFilesOfType:(NSArray*)webFileTypes error:(NSError**)error;
28 @end