Under "File & Directory Functions", add: * Result = IsLink( Path AS String ) AS Boolean ' meaning a soft link Also, * Result = GetActual( Path AS String ) AS Boolean ' or better named Returns Path if it is an actual file or dir. On links, will follow the link chain to locate the actual path. No pressing need for this, but it would be nice to have. Ced