REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: to-relative-file

to-relative-file  file  /no-copy  /as-rebol  /as-local

Returns the relative portion of a file if in a subdirectory, or the original if not.

Arguments:

file [file! string!] - File to check (local if string!)

Refinements:

/no-copy - Don't copy, just reference

/as-rebol - Convert to REBOL-style filename if not

/as-local - Convert to local-style filename if not

Description

No description provided.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin