JCL Help:FileGetGroupName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the name of the owner of a file.


Pascal

 function FileGetGroupName(const FileName: string; ResolveSymLinks: Boolean = True): string;


Parameters

Parameters Description
const FileName: string The name of the file for which you want to know the group it belongs to.


Return Value

If the function succeeds it returns the name of the group (Windows: the primary group) to which the supplied file belongs. If the function fails the result is an empty string.


Description

FileGetGroupName returns the name of the group of the specified file.


See Also

FileGetOwnerName


About

Unit

JclFileUtils


Donator

Scott Price


Contributors

Robert Rossmair


Platforms

Windows Unix


Notes

Not supported on Windows 95/98/ME.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page