Modify ↓
Opened 16 years ago
Closed 16 years ago
#1605 closed Bug (No Bug)
FileExists/FileCopy can't handle spaces in file names
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.4.0 | Severity: | None |
| Keywords: | Cc: |
Description
I have written a script which does the following:
Create a drive mapping W: using _WinNet_AddConnection2
Find a zip file in a subdirectory under w: (E.g. "do 29-04-2010.zip")
When debugging the _Zip_UnzipAll function, an error is raised by a call to FileExists, even if I call FileExists adding extra quotes around the filename.
I then tried to use FileCopy, to copy the file to a full path and file name without any spaces in them, but this does not work either.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Read the guidelines.