Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Need help

Author  Topic 

lkiran086
Starting Member

21 Posts

Posted - 2014-06-11 : 08:32:45
HI

I have a variable that contain common Path,
but I want to add some extension to that common path

how I do in Script task with C# code?

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2014-06-11 : 11:19:08
quote:
Originally posted by lkiran086

HI

I have a variable that contain common Path,
but I want to add some extension to that common path

how I do in Script task with C# code?

Use methods in the static class System.IO.Path http://msdn.microsoft.com/en-us/library/system.io.path(v=vs.110).aspx
Go to Top of Page
   

- Advertisement -