File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ impl<R: Runtime> PathResolver<R> {
174
174
/// - **Linux:** Resolves to `$HOME`.
175
175
/// - **macOS:** Resolves to `$HOME`.
176
176
/// - **Windows:** Resolves to `{FOLDERID_Profile}`.
177
+ /// - **iOS**: Cannot be written to directly, use one of the app paths instead.
177
178
pub fn home_dir ( & self ) -> Result < PathBuf > {
178
179
self . call_resolve ( "getHomeDir" )
179
180
}
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ impl<R: Runtime> PathResolver<R> {
149
149
/// - **Linux:** Resolves to `$HOME`.
150
150
/// - **macOS:** Resolves to `$HOME`.
151
151
/// - **Windows:** Resolves to `{FOLDERID_Profile}`.
152
+ /// - **iOS**: Cannot be written to directly, use one of the app paths instead.
152
153
pub fn home_dir ( & self ) -> Result < PathBuf > {
153
154
dirs:: home_dir ( ) . ok_or ( Error :: UnknownPath )
154
155
}
You can’t perform that action at this time.
0 commit comments