Ejemplo n.º 1
0
 /// <see cref="IFileUtilities.CreateReplacementFile(string, FileShare, bool, bool)"/>
 public static FileStream CreateReplacementFile(
     string path,
     FileShare fileShare,
     bool openAsync = true,
     bool allowExcludeFileShareDelete = false) => s_fileUtilities.CreateReplacementFile(path, fileShare, openAsync, allowExcludeFileShareDelete);