copyToMember

fun copyToMember(filePath: String, dsn: String, member: String, replace: Boolean): Response<*>

Copies USS file to dataset member

Return

http response object

Parameters

filePath

path of the file or directory (e.g. u/jiahj/text.txt)

dsn

dataset where to copy the file

member

dataset member where to copy the file

replace

if true information in the target member will be replaced

Throws

error processing request