CSharpUtils.VirtualFileSystem.ImplFileSystem.ImplDeleteFile C# (CSharp) Method

ImplDeleteFile() protected method

protected ImplDeleteFile ( string Path ) : void
Path string
return void
		protected override void ImplDeleteFile(string Path)
		{
			throw new NotImplementedException();
		}