AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FileMove - limited no of chars ?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
BoBo
Guest





PostPosted: Fri Nov 12, 2004 2:35 pm    Post subject: FileMove - limited no of chars ? Reply with quote

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.

Crying or Very sad
Back to top
BoBo
Guest





PostPosted: Fri Nov 12, 2004 3:04 pm    Post subject: Reply with quote

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 Shocked

My appologies to whom it may have confused Rolling Eyes

Cool
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group