Click here to Skip to main content
15,912,069 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: image shere Pin
Guffa25-Sep-06 9:10
Guffa25-Sep-06 9:10 
GeneralRe: image shere Pin
Brent Lamborn25-Sep-06 9:32
Brent Lamborn25-Sep-06 9:32 
AnswerRe: image shere Pin
Guffa25-Sep-06 14:04
Guffa25-Sep-06 14:04 
QuestionPERT/CPM Chart Pin
himanshusharma225-Sep-06 3:26
himanshusharma225-Sep-06 3:26 
QuestionActivex Not Painting Pin
vinodraut25-Sep-06 2:12
vinodraut25-Sep-06 2:12 
Questionadd a password Pin
nirushi24-Sep-06 23:23
nirushi24-Sep-06 23:23 
AnswerRe: add a password Pin
CWIZO25-Sep-06 4:24
CWIZO25-Sep-06 4:24 
QuestionDirectory.Move() Issue Pin
raghbhar24-Sep-06 20:58
raghbhar24-Sep-06 20:58 
Hi Folks,
Any help for this issue would be appreciated.
Am trying to move a file from a soruce to destination folder in the following steps :
1)Check if destination directory exists [Directory.Exists(path)].. Else, create one.
2)DiretoryInfo di=new DirectoryInfo(sourcePath);
3)FileInfo[] fi= di.getFiles("TAX");
4)Foreach FileInfo
{
FileInfo.move(source, destination);
}

So, am getting an error right after the first step and error is "Second path fragment must not be a drive or UNC name. ".

Any ideas please?

Thanks,
RB
AnswerRe: Directory.Move() Issue Pin
Guffa25-Sep-06 2:22
Guffa25-Sep-06 2:22 
AnswerRe: Directory.Move() Issue Pin
sundar15625-Sep-06 12:57
sundar15625-Sep-06 12:57 
Questionrecordcount property Pin
myousufq24-Sep-06 13:55
myousufq24-Sep-06 13:55 
AnswerRe: recordcount property Pin
Guffa24-Sep-06 18:21
Guffa24-Sep-06 18:21 
GeneralRe: recordcount property Pin
myousufq24-Sep-06 19:09
myousufq24-Sep-06 19:09 
AnswerRe: recordcount property Pin
myousufq24-Sep-06 19:36
myousufq24-Sep-06 19:36 
AnswerRe: recordcount property Pin
Guffa24-Sep-06 21:09
Guffa24-Sep-06 21:09 
QuestionCan JavaScript Email a Form? Pin
NoName II23-Sep-06 21:43
NoName II23-Sep-06 21:43 
AnswerRe: Can JavaScript Email a Form? Pin
Guffa23-Sep-06 22:34
Guffa23-Sep-06 22:34 
Questionfilter:alpha(opacity=..) problem with iframe Pin
EXTEIDE23-Sep-06 19:04
EXTEIDE23-Sep-06 19:04 
GeneralRe: filter:alpha(opacity=..) problem with iframe Pin
Guffa23-Sep-06 22:35
Guffa23-Sep-06 22:35 
GeneralRe: filter:alpha(opacity=..) problem with iframe Pin
EXTEIDE24-Sep-06 0:41
EXTEIDE24-Sep-06 0:41 
QuestionStored Procedure Pin
Jesu.Official23-Sep-06 3:36
Jesu.Official23-Sep-06 3:36 
AnswerRe: Stored Procedure Pin
Guffa23-Sep-06 3:36
Guffa23-Sep-06 3:36 
AnswerRe: Stored Procedure Pin
Exelioindia27-Sep-06 2:50
Exelioindia27-Sep-06 2:50 
QuestionMessage board Pin
rajmani23-Sep-06 0:50
rajmani23-Sep-06 0:50 
AnswerRe: Message board Pin
Christian Graus24-Sep-06 1:21
protectorChristian Graus24-Sep-06 1:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.