Click or drag to resize

CSYSFileToClipboard Method

Copy a text file onto the clipboard as text.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void FileToClipboard(
	string file
)

public static void FileToClipboard(
	string file
)

Parameters

file
Type: SystemString
File place into clipboard
See Also