Knowledge Center Contents Previous Next |
ls_getmnthost()
Returns the name of the file server containing a specific file.
DESCRIPTION
ls_getmnthost() returns the name of the file server that exports the file system containing file, where file is a relative or absolute path name. For remote files, use ls_rgetmnthost() instead.
SYNOPSIS
#include <lsf/lsf.h> char *ls_getmnthost(char *file)PARAMETERS
*file
The relative or absolute path name for the file server.
RETURN VALUES
character:file server
Function was successful.
character:NULL
Function failed.
ERRORS
Systems that conform to the Single UNIX specification are not required to detect error conditions for this function. - Error handling
SEE ALSO
Related APIs
ls_rgetmnthost()
Equivalent line command
none
Files
none
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |