command "fileappend", wshserver.FileAppendCommand
(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts)
| 301 | |
| 302 | // command "fileappend", wshserver.FileAppendCommand |
| 303 | func FileAppendCommand(w *wshutil.WshRpc, data wshrpc.FileData, opts *wshrpc.RpcOpts) error { |
| 304 | _, err := sendRpcRequestCallHelper[any](w, "fileappend", data, opts) |
| 305 | return err |
| 306 | } |
| 307 | |
| 308 | // command "filecopy", wshserver.FileCopyCommand |
| 309 | func FileCopyCommand(w *wshutil.WshRpc, data wshrpc.CommandFileCopyData, opts *wshrpc.RpcOpts) error { |
no outgoing calls
no test coverage detected