| Line 122... |
Line 122... |
| 122 |
macOS native filesystems support both. Windows has hard links to
|
122 |
macOS native filesystems support both. Windows has hard links to
|
| 123 |
files on NTFS file systems and concepts related to symbolic links on
|
123 |
files on NTFS file systems and concepts related to symbolic links on
|
| 124 |
recent versions: see the section below on the Windows version of this
|
124 |
recent versions: see the section below on the Windows version of this
|
| 125 |
help page. What happens on a FAT or SMB-mounted file system is OS-specific.)
|
125 |
help page. What happens on a FAT or SMB-mounted file system is OS-specific.)
|
| 126 |
|
126 |
|
| 127 |
File arguments with a marked \link{encoding} are if possible
|
127 |
File arguments with a marked encoding (see \code{\link{Encoding}} are
|
| 128 |
translated to the native encoding, except on Windows where Unicode
|
128 |
if possible translated to the native encoding, except on Windows where
|
| 129 |
file operations are used (so marking as UTF-8 can be used to access
|
129 |
Unicode file operations are used (so marking as UTF-8 can be used to
|
| 130 |
file paths not in the native encoding on suitable file systems).
|
130 |
access file paths not in the native encoding on suitable file
|
| - |
|
131 |
systems).
|
| 131 |
}
|
132 |
}
|
| 132 |
|
133 |
|
| 133 |
\value{
|
134 |
\value{
|
| 134 |
These functions return a logical vector indicating which
|
135 |
These functions return a logical vector indicating which
|
| 135 |
operation succeeded for each of the files attempted. Using a missing
|
136 |
operation succeeded for each of the files attempted. Using a missing
|