// Assembly: mscorlib
// Full name: System.IO.FileSystem

namespace System.IO
{
public class FileSystem // TypeDefIndex: 4883
{

	// Methods
	// RVA: -1
	public static type#28660 DeleteFile(type#26576 fullPath) { }
	// RVA: -1
	public static type#28660 CreateDirectory(type#26576 fullPath) { }
	// RVA: -1
	public static type#28660 RemoveDirectory(type#26576 fullPath, type#15313 recursive) { }
	// RVA: -1
	private static type#28660 RemoveDirectoryInternal(type#17364 directory, type#15313 recursive, type#15313 throwOnTopLevelDirectoryNotFound) { }
	// RVA: -1
	public static type#15313 DirectoryExists(type#10092 fullPath) { }
	// RVA: -1
	private static type#15313 DirectoryExists(type#10092 fullPath, type#12288 errorInfo) { }
	// RVA: -1
	public static type#15313 FileExists(type#10092 fullPath) { }
	// RVA: -1
	private static type#15313 FileExists(type#10092 fullPath, type#20867 fileType, type#12288 errorInfo) { }
	// RVA: -1
	private static type#15313 ShouldIgnoreDirectory(type#26576 name) { }
}
}
