command "filecopy", wshserver.FileCopyCommand
(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts)
| 307 | |
| 308 | // command "filecopy", wshserver.FileCopyCommand |
| 309 | func FileCopyCommand(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts) error { |
| 310 | _, err := sendRpcRequestCallHelper[any](w, "filecopy", data, opts) |
| 311 | return err |
| 312 | } |
| 313 | |
| 314 | // command "filecreate", wshserver.FileCreateCommand |
| 315 | func FileCreateCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error { |