recover file extension

  • Hello everyone
    Who can help me please on this point 
    I am looking to recover the extention of my files
    for that I used a script task
       public void Main()
            {
                // TODO: Add your code here
        

        Dts.Variables["User::Extention"].Value = right(Dts.Variables["User::Extention"].Value, 3);
    ;

                Dts.TaskResult = (int)ScriptResults.Success;
            }

    Who can help me on this point please

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply