FrameworcFix splitted to different files
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using DTLib.Extensions;
|
||||
using System;
|
||||
|
||||
namespace DTLib.Filesystem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user