Dev2.Common.Wrappers.FileWrapper.Delete C# (CSharp) Method

Delete() public method

public Delete ( string tmpFileName ) : void
tmpFileName string
return void
        public void Delete(string tmpFileName)
        {
            File.Delete(tmpFileName);
        }