Modify

Opened 18 years ago

Closed 18 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 by Gary, 18 years ago

Milestone: 3.2.11.0
Resolution: fixed
Status: newclosed

Modify Ticket

Action
as closed The owner will remain Gary.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.