command "filedelete", wshserver.FileDeleteCommand
(w *wshutil.WshRpc, data wshrpc.CommandDeleteFileData, opts *wshrpc.RpcOpts)
| 319 | |
| 320 | // command "filedelete", wshserver.FileDeleteCommand |
| 321 | func FileDeleteCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteFileData, opts *wshrpc.RpcOpts) error { |
| 322 | _, err := sendRpcRequestCallHelper[any](w, "filedelete", data, opts) |
| 323 | return err |
| 324 | } |
| 325 | |
| 326 | // command "fileinfo", wshserver.FileInfoCommand |
| 327 | func FileInfoCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) (*wshrpc.FileInfo, error) { |