Commit 9896ba1
Fix URL.temporaryDir and homeDirectory for Windows compatibility
- Change from URL(string:) to URL(fileURLWithPath:) for file system paths
- URL(string:) fails on Windows paths with backslashes and drive letters (C:\)
- URL(fileURLWithPath:) properly handles platform-specific file paths
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent db6d6b2 commit 9896ba1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
39 | 37 | | |
0 commit comments