Click or drag to resize

CSYSClipboardToFile Method

Copy text from the clipboard to a file.

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

public static void ClipboardToFile(
	string file
)

Parameters

file
Type: SystemString
File name to place it into
See Also