hi friends
I PLACED A FILE SYSTEM OBJECT WICH IS USED TO (COPY FILE/MOVE FILE SO ON )
Once copy file working fine second time copy file gives an errors
we need to check the condition if that folder contrain the dest.txt file we dont require to copy a file
other wise we need to copy
so i need a controle for checking a folder contrain the dest.txt file or not
regards
koti
Hi Koti,
You need to check whether the file already there or not. You can use File.Exists("dest.txt")=False. if it returns false then you can proceed with your Copy process.
Atanu
|||ok but in my desk top contain the check dir exisit or not i have to check
variable contrain this path ok
check_dir = C:\Documents and Settings\Koteswara.Chava\Desktop\check\one.txt
I was written the code here ok then Please
Dim DTSVariables As Variables
If System.IO.File.Exists((CStr(DTSVariables("check_dir").Value))) Then
MsgBox("YES FILE EXIST")
Else
MsgBox("NO FILE NOT EXIST")
End If
PRE COMPILED BINAY SCRIPT NOT EXIST ERROR I AM GETTING BROTHER
REGARDS
KOTI
No comments:
Post a Comment