spssdata.GetFileHandles Function (R)

spssdata.GetFileHandles(). Returns a list of currently defined file handles. Each item in the list consists of the following three elements: the name of the file handle; the path associated with the file handle; and the encoding, if any, specified for the file handle. The string value "None" is returned for the encoding if no encoding is specified. File handles are created with the FILE HANDLE command.

Example

handles <- spssdata.GetFileHandles()