Modify ↓
Opened 17 years ago
Closed 17 years ago
#94 closed Bug (Fixed)
_ClipPutFile drops drive letters
Reported by: | MISIIM | Owned by: | Gary |
---|---|---|---|
Milestone: | 3.2.11.0 | Component: | Standard UDFs |
Version: | 3.2.10.0 | Severity: | |
Keywords: | Cc: |
Description
_ClipPutFile seems to drop the drive letter. However I can paste to explorer.
#include <Misc.au3> FileChangeDir("E:\") FileWriteLine(@MyDocumentsDir & "\test.txt", "Bla"); _ClipPutFile(@MyDocumentsDir & "\test.txt"); MsgBox(0, "", ClipGet()); FileDelete(@MyDocumentsDir & "\test.txt");
Attachments (0)
Change History (1)
comment:1 Changed 17 years ago by Gary
- Milestone set to 3.2.11.0
- Resolution set to fixed
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
See: http://www.autoitscript.com/forum/index.php?showtopic=60635