-(void)appendStrategy:(NSString*)strategy{
@autoreleasepool {
NSArray *paths =NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES);
NSString *homePath = [pathsobjectAtIndex:0];
NSString *filePath = [homePathstringByAppendingPathComponent:@"Strategy.txt"];
NSFileManager *fileManager = [NSFileManagerdefaultManager];
if ([fileManagerfileExistsAtPath:filePath]) {
NSLog(@"FileExists");
}