Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Stdlib.Filename end
realpath path
returns the absolute canonical path to file path
. If path
is invalid (i.e., it does not describe an existing file), then the exception Invalid_argument
is raised.