Creating a new "directory" on Sharepoint
On Sep 23, 4:42*pm, Joel wrote:
When creating a folder don't include the last backslash in the folder name.
from
Public Const PublishDir = "http://teamsites.company.tld/sites/
department/project/
to
Public Const PublishDir = "http://teamsites.company.tld/sites/
department/project
That could be just an artifact of me "sanitizing" the code for
publication on the web.
|