Web Deployment. Rename Directory and File. Is this possible?
am 05.01.2008 16:32:24 von Shapper
Hello,
I am using Visual Studio 2008 and Web Deployment Projects:
http://blogs.msdn.com/webdevtools/archive/2007/12/01/web-dep loyment-projects-wdp-for-visual-studio-2008-december-2007-ct p-released.aspx
Is it possible to rename a directory and a folder when the web site
building finishes?
I was trying to do something inside the but
until know I couldn't find a command for this.
Thanks,
Miguel
Re: Web Deployment. Rename Directory and File. Is this possible?
am 05.01.2008 17:15:11 von mark
"shapper" wrote in message
news:d5c2f74b-015f-4447-b4b1-be23023f5813@e6g2000prf.googleg roups.com...
> I am using Visual Studio 2008 and Web Deployment Projects:
> http://blogs.msdn.com/webdevtools/archive/2007/12/01/web-dep loyment-projects-wdp-for-visual-studio-2008-december-2007-ct p-released.aspx
>
> Is it possible to rename a directory and a folder when the web site
> building finishes?
>
> I was trying to do something inside the but
> until know I couldn't find a command for this.
1) Use the tag to create the new directory
2) Use the tag to copy files from the directory you
want to "rename" into the new directory
3) Use the tag to delete the directory you want to "rename"
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Re: Web Deployment. Rename Directory and File. Is this possible?
am 07.01.2008 03:16:19 von Shapper
On Jan 5, 4:15 pm, "Mark Rae [MVP]" wrote:
> "shapper" wrote in message
>
> news:d5c2f74b-015f-4447-b4b1-be23023f5813@e6g2000prf.googleg roups.com...
>
> > I am using Visual Studio 2008 and Web Deployment Projects:
> >http://blogs.msdn.com/webdevtools/archive/2007/12/01/web-de ployment-p...
>
> > Is it possible to rename a directory and a folder when the web site
> > building finishes?
>
> > I was trying to do something inside the but
> > until know I couldn't find a command for this.
>
> 1) Use the tag to create the new directory
>
> 2) Use the tag to copy files from the directory you
> want to "rename" into the new directory
>
> 3) Use the tag to delete the directory you want to "rename"
>
> --
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
And to rename a file?
Thanks,
Miguel