Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_System.IO.md « Microsoft.NETCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28e094166daf20ee0bfb7ccd8edd785d8c927c1b (plain)
1
2
3
4
5
6
7
8
9
10
# System.IO

``` diff
 namespace System.IO {
     public static class Directory {
+        public static DirectoryInfo CreateTempSubdirectory(string? prefix = null);
     }
 }
```