No announcements
Found 3750953 threads
-
1 Votes
File Already Exist when moving files
targetPath = "C:\\Users\\Source\\Desktop\\File To" this is the wrong path when i hover to ...Answered | 17 Replies | 1588 Views | Created by Alucard023 - Monday, February 6, 2017 2:50 AM | Last reply by Alucard023 - Tuesday, February 7, 2017 5:45 AM -
1 Votes
How to overrite the file if it already exist?
Hi, thankx....but i dont wanna use the component insted i need to do through C# code...Answered | 4 Replies | 1106 Views | Created by Asma Thabassum - Wednesday, February 12, 2014 5:39 AM | Last reply by Sofiya Li - Thursday, February 13, 2014 3:11 AM -
0 Votes
how to through and catch the response while already existed files alert when moving the files through source to destination in C#
User592448885 posted Hi Mike, thanks for your reply, I have already processed this case with using Exist method but I need to ...Unanswered | 3 Replies | 35 Views | Created by Anonymous - Wednesday, October 10, 2018 4:23 AM | Last reply by Anonymous - Thursday, October 11, 2018 3:16 AM -
0 Votes
c# code to move files from source to destination for below requirement
how to get list of files in folder(including subfolders) from ftp server.Answered | 7 Replies | 3679 Views | Created by sivaramasqlserver - Wednesday, June 17, 2015 10:34 AM | Last reply by Kristin Xie - Friday, June 26, 2015 6:31 AM -
0 Votes
Move the files from source to destination of specific period
string[] subdirEntries = Directory.GetDirectories(sourceDir); foreach (string subdir in subdirEntries) // Do not iterate through reparse ...Answered | 4 Replies | 2287 Views | Created by Vrishabh - Thursday, April 12, 2012 2:44 PM | Last reply by Chuck Pedretti - Thursday, April 12, 2012 3:02 PM -
1 Votes
Moving Files through Access VBA
I have two little .bmp files in locations on the C:\ I want to move them one at a time in a specific order if they exist in the folder.Answered | 1 Replies | 1732 Views | Created by KCDW - Friday, November 30, 2012 6:01 AM | Last reply by Dirk Goldgar - Friday, November 30, 2012 6:12 AM -
1 Votes
How to know document already exist through code
So as i stated above, in your addin function that intercepts save event, check if file exists using File.Exists function and act accordingly if it returns 'true' - file with ...Answered | 3 Replies | 2331 Views | Created by abhi_engr - Friday, February 3, 2012 1:42 PM | Last reply by DamianD - Monday, February 6, 2012 10:03 AM -
0 Votes
Move Files from source to destination after renaming
Hi, You can create file system task and then use variable to carry the name of each file and another variable to hold date and a suitable format.Answered | 2 Replies | 2938 Views | Created by gkhasi - Tuesday, January 24, 2012 11:44 AM | Last reply by Elmozamil Elamir - Tuesday, January 24, 2012 1:01 PM -
2 Votes
work through file names.
>I'd like to read through the directory of file names, and store them, then as I operate on each file, copy the data from them (BK xxxxx Food Costs.xls), and paste into ...Answered | 5 Replies | 536 Views | Created by SteveDB1 - Saturday, December 10, 2016 7:08 AM | Last reply by ryguy72 - Monday, January 16, 2017 5:16 PM -
2 Votes
How to move files with BizTalk?
And use DebugView to catch this debug output.Answered | 5 Replies | 7007 Views | Created by Grigorcea Alex - Friday, June 26, 2009 9:05 AM | Last reply by Leonid Ganeline - Tuesday, June 30, 2009 3:23 AM -
0 Votes
Parquet file issue while loading through polybase
Can you make sure your columns/schema match between the source file and the destination table.Answered | 4 Replies | 13162 Views | Created by Amit-Tomar - Friday, February 1, 2019 6:27 AM | Last reply by Amit-Tomar - Thursday, August 22, 2019 2:11 AM -
0 Votes
TFS alert when checking out a file that already has a pending change?
This is the correct move.Answered | 5 Replies | 6043 Views | Created by Dan Bowman - Monday, October 3, 2011 11:27 AM | Last reply by Trevor Hancock - Thursday, October 6, 2011 6:20 PM -
1 Votes
moving files to the C:\
And also Environment variables aren't always populated (for example when running a program under another user account in some cases).Answered | 7 Replies | 653 Views | Created by Btb4198 - Saturday, April 25, 2015 4:41 PM | Last reply by BonnieB - Sunday, April 26, 2015 7:56 PM -
1 Votes
Setting Password to Mdb File through C# code
string conString =@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="Path to your access file";Jet OLEDB:Database ...Answered | 2 Replies | 2732 Views | Created by Ajinkya Jagtap - Wednesday, October 30, 2013 4:11 PM | Last reply by Ajinkya Jagtap - Thursday, October 31, 2013 6:19 AM -
3 Votes
C# move file to a different location
So better way is to use File.Copy to copy the file over the existing file and then delete the file that was copied from orginal location.Answered | 5 Replies | 5132 Views | Created by wendy elizabeth - Tuesday, January 8, 2013 5:33 PM | Last reply by MasaSam - Wednesday, January 9, 2013 9:06 AM -
0 Votes
Iterate through file and Execute
Even though the ExecuteProcess task is going to get the path of Executable at run time via the ForEach loop container, it also needs a valid path at design time, pointing to an exeecutable that ...Answered | 12 Replies | 4743 Views | Created by Incredible15 - Thursday, November 18, 2010 5:50 PM | Last reply by Aamir Shahzad Warraich - Thursday, November 18, 2010 11:41 PM -
0 Votes
How to loop through Excel files in SSIS
HOW CAN WE MOVE MORE FILE THROUGH FILESYSTEM TASK If you place it in a foreach loop then it will move one by one... or you can ...Answered | 10 Replies | 7981 Views | Created by Ajay Singh Rawat - Tuesday, April 17, 2012 10:57 AM | Last reply by Christa Kurschat - Tuesday, April 17, 2012 12:20 PM -
1 Votes
how to check for existing files
Simple way is just try to open file in read mode, if it got succeed then you can assume file already exist Bear in ...Answered | 14 Replies | 1403 Views | Created by SLborn - Friday, March 29, 2013 8:22 PM | Last reply by SLborn - Thursday, April 4, 2013 5:50 PM -
0 Votes
Flat File Source to Multiple Destinations
Then you can use a Conditional Split to route the respective rows to the appropriate destinations.Answered | 1 Replies | 4327 Views | Created by SSDL - Thursday, May 6, 2010 3:34 PM | Last reply by Todd McDermid - Thursday, May 6, 2010 4:05 PM -
2 Votes
Flat file Destination VS Raw file Destination ??
The data in a raw file can be directly consumed by an OLE DB destination and can be used as a data source without having to do any mapping.Answered | 4 Replies | 6706 Views | Created by Rajkumar Yelugu - Saturday, December 28, 2013 8:16 AM | Last reply by Dimensional.data - Tuesday, September 1, 2015 2:18 PM - Items 1 to 20 of 3750953 Next ›
No announcements