cleanpath

cleanpath(consider_symlink=false)
Instance Public methods

Returns clean pathname of self with consecutive slashes and useless dots removed. The filesystem is not accessed.

If consider_symlink is true, then a more conservative algorithm is used to avoid breaking symbolic linkages. This may retain more .. entries than absolutely necessary, but without accessing the filesystem, this can't be avoided.

See #realpath.

doc_ruby_on_rails
2015-04-27 18:05:56
Comments
Leave a Comment

Please login to continue.