Modify ↓
Opened 15 years ago
Closed 15 years ago
#1605 closed Bug (No Bug)
FileExists/FileCopy can't handle spaces in file names
Reported by: | lt.brouwer@… | 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)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- 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.
Read the guidelines.