//
// IBTFileManager.h
// XFFruit
//
// Created by Xummer on 15/6/15.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import "IBTObject.h"
@interface IBTFileManager : IBTObject
+ (NSNumber *)sizeForFileAtPath:(NSString *)filePath;
+ (BOOL)removeFileAtUrl:(NSURL *)filePathUrl;
+ (BOOL)removeFileAtPath:(NSString *)filePath;
+ (BOOL)moveFile:(NSURL *)fromPath toPath:(NSURL *)toPath;
@end
-
mei authoredd4286c2c