creating a folder

  • I want to create a folder with name as current year and within it another folder with name as day. this task is to be done in SSIS.

    any suggestions please

    Thanks

  • use a file system task set to "Create Directory" and UseDirectoryIfExists set to true. Have one for the year and one for the day.

    Tom

    Life: it twists and turns like a twisty turny thing

  • Managed it through small piece of code in script task.

    thanks a lot.

Viewing 3 posts - 1 through 2 (of 2 total)

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