Custom Query (3926 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (379 - 381 of 3926)

Ticket Resolution Summary Owner Reporter
#3152 No Bug FileCopy doesn't cope well with copying files with embedded spaces in their name to UNC destinations Jon pscales@…
Description

FileCopy of a file with a full path specification and included spaces in the filename to a destination specified as a UNC path will fail. Note that if no path specification is supplied in the source string, FileCopy succeeds. Tried with V 3.3.12.0, 3.3.14.0, beta 3.3.15.0.

In the examples below, $temp is a folder name in the format "YYYYMMDDHHNNSS.$$$", e.g., "20151027144712.$$$"

FileCopy("C:\Temp\" & $temp & "\TestFile_1.txt", "\\SERVER\C$\Temp")

works, but

FileCopy("C:\Temp\" & $temp & "\Test File 2.txt", "\\SERVER\C$\Temp")

doesn't.

Neither does

FileCopy("""C:\Temp\" & $temp & "\Test File 2.txt""", "\\SERVER\C$\Temp")

or

FileCopy("""C:\Temp\" & $temp & "\Test File 2.txt""", """\\SERVER\C$\Temp""")

This works:

FileChangeDir("C:\Temp\" & $temp)
FileCopy("Test File 2.txt", "\\SERVER\C$\Temp")
#117 Fixed TimeExecution psandu.ro@…
#694 No Bug _SQLite_FetchNames psandu.ro@…
Description

this file don't run with 3.2.13.11:

..\Examples\Helpfile\_SQLite_FetchNames.au3

Error from Sctite:

C:\Program Files\AutoIt3\Examples\Helpfile\_SQLite_FetchNames.au3 (13) : ==> Subscript used with non-Array variable.: ConsoleWrite(StringFormat(" %-10s %-10s %-10s %-10s ", $aNames[0], $aNames[1], $aNames[2], $aNames[3]) & @CR) ConsoleWrite(StringFormat(" %-10s %-10s %-10s %-10s ", $aNames ERROR

and ..\Examples\Helpfile\_SQLite_Query.au3 -> this file return nothing


SQLite


Get Data using a Query : ??? -> nothing


OK


thank you

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.