alist/drivers/local
千石 4f8bc478d5
refactor(driver): Refactored directory link check logic (#9324)
- Use `filePath` variable to simplify path handling
- Replace `isSymlinkDir` with `isLinkedDir` in `isFolder` check
- Use simplified path variables in `times.Stat` function calls

refactor(util): Optimized directory link check functions

- Renamed `isSymlinkDir` to `isLinkedDir` to expand Windows platform support
- Corrected path resolution logic to ensure link paths are absolute
- Added error handling to prevent path resolution failures
2025-09-14 21:03:58 +08:00
..
driver.go refactor(driver): Refactored directory link check logic (#9324) 2025-09-14 21:03:58 +08:00
meta.go feat(local): support both time and percent for video thumbnail (#7802) 2025-01-10 20:48:45 +08:00
token_bucket.go feat(local): thumbnail token bucket smooth migration (#7425) 2024-11-01 20:58:53 +08:00
util.go refactor(driver): Refactored directory link check logic (#9324) 2025-09-14 21:03:58 +08:00