FGetFileName Function | |
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
public static string FGetFileName(
IntPtr pFile
)
Request Example
View SourceParameters
- 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:
StringSee Also