Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osrdrivers/tunnel
Demonstrate the behavior of the tunnel cache on Windows
https://github.com/osrdrivers/tunnel
Last synced: 23 days ago
JSON representation
Demonstrate the behavior of the tunnel cache on Windows
- Host: GitHub
- URL: https://github.com/osrdrivers/tunnel
- Owner: OSRDrivers
- License: bsd-3-clause
- Created: 2019-08-13T15:22:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T15:23:52.000Z (over 5 years ago)
- Last Synced: 2024-08-05T09:14:54.024Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **3**星
README
# tunnel #
Windows file systems support something called a "tunnel cache", which will restore long names of files if they are deleted and
recreated using the short name. It's hard to test using standard Windows commands, so this utility demonstrates the behavior.# Building the sample #
The provided solution builds using Visual Studio 2017.