| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-27 | Seal Windows `FileTypeExt` extension trait to allow adding future methods | Josh Triplett | -1/+5 | |
| 2022-06-27 | Stabilize Windows `FileTypeExt` with `is_symlink_dir` and `is_symlink_file` | Josh Triplett | -4/+4 | |
| These calls allow detecting whether a symlink is a file or a directory, a distinction Windows maintains, and one important to software that wants to do further operations on the symlink (e.g. removing it). | ||||
| 2022-03-04 | Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg | Loïc BRANSTETT | -0/+3 | |
| 2021-11-20 | Add a caveat to std::os::windows::fs::symlink_file | Michael Diamond | -0/+20 | |
| This is similar to the note on [Python's `os.symlink()`](https://docs.python.org/3/library/os.html#os.symlink). Some additional notes in https://github.com/dimo414/bkt/issues/3. | ||||
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -1/+3 | |
| > add intra doc links > add a usage example for the os::windows module | ||||
| 2021-09-04 | Document when to use Windows' `symlink_dir` vs. `symlink_file` | Chris Denton | -2/+20 | |
| It was previously unclear which should be used when. | ||||
| 2021-05-03 | Move `std::sys::windows::ext` to `std::os::windows` | Christiaan Dirkx | -0/+558 | |
