コード例 #1
0
ファイル: FallbackSccs.cs プロジェクト: andyhebear/Continuum
        public bool fileManager_shouldCopyItemAtPath_toPath(NSFileManager manager, NSString fromPath, NSString toPath)
        {
            NSRange range = fromPath.rangeOfString(ms_svn);

            return range.location == Enums.NSNotFound;
        }