CSharpUtils.VirtualFileSystem.Local.LocalFileSystem.ImplDeleteFile C# (CSharp) Method

ImplDeleteFile() protected method

protected ImplDeleteFile ( string Path ) : void
Path string
return void
		override protected void ImplDeleteFile(string Path)
		{
			File.Delete(RealPath(Path));
		}