// Assembly: Unity.Services.Analytics
// Full name: Unity.Services.Analytics.Internal.IFileSystemCalls

namespace Unity.Services.Analytics.Internal
{
public class IFileSystemCalls // TypeDefIndex: 12477
{

	// Methods
	// RVA: -1
	public abstract type#15313 CanAccessFileSystem() { }
	// RVA: -1
	public abstract type#15313 FileExists(type#26576 path) { }
	// RVA: -1
	public abstract type#28660 DeleteFile(type#26576 path) { }
	// RVA: -1
	public abstract type#26548 OpenFileForWriting(type#26576 path) { }
	// RVA: -1
	public abstract type#26548 OpenFileForReading(type#26576 path) { }
}
}
