FrameworcFix splitted to different files

This commit is contained in:
2021-12-12 16:19:18 +03:00
parent 5e8f9d8485
commit e9d490ebe3
14 changed files with 185 additions and 203 deletions

View File

@@ -1,9 +1,9 @@
using System;
using DTLib.Extensions;
using System;
using System.Collections.Generic;
namespace DTLib.Filesystem
{
public static class Directory
{
public static bool Exists(string dir) => System.IO.Directory.Exists(dir);

View File

@@ -1,4 +1,5 @@
using System;
using DTLib.Extensions;
using System;
namespace DTLib.Filesystem
{