Hi.

I've got a folder created through designer at the root of a site collection.
Is it possible to deploy to that folder with a feature?

This is my latest attempt (without success);

    <Module Name="LAQFunctionsJS" RootWebOnly="TRUE">
        <File Url="js/LAQfunctions.js" Path="JS/LAQfunctions.js"
IgnoreIfAlreadyExists="TRUE" Type="GhostableInLibrary" />
    </Module>

 *Url="js/LAQfunctions.js" * is where I'd like my file deployed.

My Feature structure is;

LAQFunctionsDeploy/feature.xml
LAQFunctionsDeploy/ProvidisionedFiles.xml
LAQFunctionsDeploy/JS/LAQfunctions.js

Any help is appreciated.

Thanks,

Dan.
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Reply via email to