BestHTTP.PlatformSupport.FileSystem.WebGLIOService.FileDelete C# (CSharp) Method

FileDelete() public method

public FileDelete ( string path ) : void
path string
return void
        public void FileDelete(string path)
        {
            throw new NotImplementedException();
        }