Example #1
0
        public bool fileManager_shouldCopyItemAtPath_toPath(NSFileManager manager, NSString fromPath, NSString toPath)
        {
            NSRange range = fromPath.rangeOfString(ms_svn);

            return range.location == Enums.NSNotFound;
        }