feature request: std.file.realPath (cf python's os.path.realpath)

Timothee Cour thelastmammoth at gmail.com
Wed Jun 12 21:48:23 PDT 2013


This seems like a basic feature missing from std.file:

http://docs.python.org/2/library/os.path.html
os.path.realpath(path)
Return the canonical path of the specified filename, eliminating any
symbolic links encountered in the path (if they are supported by the
operating system).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130612/e3e6edfa/attachment.html>


More information about the Digitalmars-d mailing list