command "filecreate", wshserver.FileCreateCommand
(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts)
| 313 | |
| 314 | // command "filecreate", wshserver.FileCreateCommand |
| 315 | func FileCreateCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error { |
| 316 | _, err := sendRpcRequestCallHelper[any](w, "filecreate", data, opts) |
| 317 | return err |
| 318 | } |
| 319 | |
| 320 | // command "filedelete", wshserver.FileDeleteCommand |
| 321 | func FileDeleteCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteFileData, opts *wshrpc.RpcOpts) error { |