Click or drag to resize

FGetFileName Function

X#
Return the filename for a file handle

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION FGetFileName(
	pFile AS IntPtr
) AS STRING
Request Example View Source

Parameters

pFile
Type: IntPtr
The handle of the file. Please see the remark below about the compatibility of X# Runtime file handles and Win32 file handles.

Return Value

Type: String
See Also