 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
BoBo Guest
|
Posted: Fri Nov 12, 2004 2:35 pm Post subject: FileMove - limited no of chars ? |
|
|
The below is a pice of code embeded within a loop (where FileName= %A_LoopFileName%)
| Code: | FileName = C:\OL\_OLOUT\_OVL200411100000_00009_00_PRE09089_00000088-153292.DAT
SkipFile = C:\OL\_OLOUT\_OVL200411100000_00009_00_PRE09089_00000088-153292.REJ
MsgBox, %FileName%`n%SkipFile%
FileMove, %FileName%, %SkipFile%, 1 |
For whatever reason the move/rename won't work as expected.
1) Is there an issue with specific chars (_-) if used within source/dest arguments ?
2) Is there a limitation with the no of chars if used for source/dest arguments ?
Thx for listening.
 |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Nov 12, 2004 3:04 pm Post subject: |
|
|
Had tried to move the file while it was still open to check if it has to be skipped based on its content aka a Sharing Violation
My appologies to whom it may have confused
 |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|