class f__AnonymousType0<< Count > j__TPar
static DateTimeOffset GetLastAccessTime(string fullPath)
static void DeleteFile(string fullPath)
static bool FileExists(ReadOnlySpan< char > fullPath)
static DateTimeOffset GetLastWriteTime(string fullPath)
static void CopyFile(string sourceFullPath, string destFullPath, bool overwrite)
static void CreateDirectory(string fullPath)
static void LinkOrCopyFile(string sourceFullPath, string destFullPath)
static bool CopyDanglingSymlink(string sourceFullPath, string destFullPath)
static bool FileExists(ReadOnlySpan< char > fullPath, int fileType, [Out] Interop.ErrorInfo errorInfo)
static void MoveFile(string sourceFullPath, string destFullPath)
static DateTimeOffset GetCreationTime(string fullPath)
static bool DirectoryExists(ReadOnlySpan< char > fullPath, [Out] Interop.ErrorInfo errorInfo)
static bool DirectoryExists(ReadOnlySpan< char > fullPath)
static void SetAttributes(string fullPath, FileAttributes attributes)
static string TrimEndingDirectorySeparator(string path)
static string Combine(string path1, string path2)
static string GetFileName(string path)