[Gambas-bugtracker] Bug #1536: File System Link Support
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Feb 27 17:21:10 CET 2019
http://gambaswiki.org/bugtracker/edit?object=BUG.1536&from=L21haW4-
Cedron DAWG reported a new bug.
Summary
-------
File System Link Support
Type : Request
Priority : Low
Gambas version : Master
Product : Language
Description
-----------
Under "File & Directory Functions", add:
* Result = IsSoftLink( Path AS String ) AS Boolean ' or better named
Returns whether the path is a soft link or not.
* Result = GetActual( Path AS String ) AS String ' or better named
Returns Path if it is an actual file or dir. On links, will follow the soft link chain to locate the actual path.
* Result = GetHardLinkCount( Path AS String ) AS Integer ' or better named
Returns the system link count for a file or directory.
Thanks,
Ced
System information
------------------
N/A
More information about the Bugtracker
mailing list