Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement islink, readlink and realpath using Win32 api | Renaud Paquay | 2017-08-31 | 1 | -5/+159 |
| | | | | Change-Id: I18452cbb32d24db73601ad10485dbe6bb278731c | ||||
* | Add support for creating symbolic links on Windows | Renaud Paquay | 2017-05-29 | 1 | -0/+63 |
Replace all calls to os.symlink with platform_utils.symlink. The Windows implementation calls into the CreateSymbolicLinkW Win32 API, as os.symlink is not supported. Separate the Win32 API definitions into a separate module platform_utils_win32 for clarity. Change-Id: I0714c598664c2df93383734e609d948692c17ec5 |