command "filemove", wshserver.FileMoveCommand
(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts)
| 354 | |
| 355 | // command "filemove", wshserver.FileMoveCommand |
| 356 | func FileMoveCommand(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts) error { |
| 357 | _, err := sendRpcRequestCallHelper[any](w, "filemove", data, opts) |
| 358 | return err |
| 359 | } |
| 360 | |
| 361 | // command "fileread", wshserver.FileReadCommand |
| 362 | func FileReadCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) (*wshrpc.FileData, error) { |