The R Project SVN R

Rev

Rev 33363 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33363 Rev 33398
Line 15... Line 15...
15
#ifdef unix
15
#ifdef unix
16
  Where the platform supports it this turns paths into absolute paths
16
  Where the platform supports it this turns paths into absolute paths
17
  in their canonical form (no \code{./}, \code{../} nor symbolic links).
17
  in their canonical form (no \code{./}, \code{../} nor symbolic links).
18
#endif
18
#endif
19
#ifdef windows
19
#ifdef windows
20
  This converts relative paths to absolute paths.  It will always use
20
  This converts relative paths to absolute paths, and converts short
21
  backlashes as the path separator.
21
  names to long names.  It will always use backlashes as the path separator.
22
#endif
22
#endif
23
 
23
 
24
  If the path is not a real path the result is undefined but will most
24
  If the path is not a real path the result is undefined but will most
25
  likely be the corresponding input element.
25
  likely be the corresponding input element.
26
}
26
}