I am having a difficult time creating a new folder on the FTP. I've also tried creating a "buttons" folder on the FTP under my store's root folder but I keep getting the following error:
WEB40
Error: System.ArgumentException: Second path fragment must not be a drive or UNC name.
Parameter name: path2
at System.IO.Path.InternalCombine(String path1, String path2)
at System.IO.DirectoryInfo.CreateSubdirectory(String path, DirectorySecurity directorySecurity)
at System.IO.DirectoryInfo.CreateSubdirectory(String path)
at AmeriCommerce.Admin._explorer.btnMakeFolder_Click(Object sender,
EventArgs e) in
c:\Deploy\esturrock\AmeriCommerce\5.0.29.0\Store\Admin\browser\explorer.aspx.cs:line
746
Any idea what i'm doing wrong? My apologies for such a elementary question :)