JCL Help:FileGetOwnerName

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the name of the owner of a file.


Pascal

 function FileGetOwnerName(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 owner.


Return Value

If the function succeeds it returns the owner name of the supplied file. If the function fails the result is an empty string.


Description

FileGetOwnerName returns the name of the owner of the specified file.


See Also

FileGetGroupName


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