class EL_GVFS_COPY_COMMAND

(source code)

Client examples: AUTOTEST_APP

Description

GVFS command to copy a file

Notes

GVFS stands for GIO virtual file system

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