Meta Project

The Unofficial Meta Documentation

TO-UNIVERSAL-FILE

Summary

TO-UNIVERSAL-FILE does all the conversions to turn a platform-specific name string into a FILE!

Category

FILE-IO

Usage

TO-UNIVERSAL-FILE argument

Arguments

argument - a file name to be prepared for the local system

Refinements

This method has no refinements

Description

TO-UNIVERSAL-FILE does all the conversions to turn a platform-specific name string into a FILE!

Example Code

to-universal-file argument

is a replacement for

to file! join/with "./" argument

Related

To be done. No other related method names assigned yet.

Back to the Meta Methods Reference index