class EL_GVFS_COPY_COMMAND
Client examples: AUTOTEST_APP
note
description: "GVFS command to copy a file"
notes: "[
GVFS stands for [https://www.commandlinux.com/man-page/man7/gvfs.7.html GIO virtual file system]
]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2023-03-25 12:06:45 GMT (Saturday 25th March 2023)"
revision: "1"
class
EL_GVFS_COPY_COMMAND
inherit
EL_GVFS_URI_TRANSFER_COMMAND
create
make
end