13 lines
180 B
C#
13 lines
180 B
C#
using System.Web;
|
|
using Umbraco.Core.Composing;
|
|
|
|
namespace Umbraco.Core.IO
|
|
{
|
|
//all paths has a starting but no trailing /
|
|
public class SystemDirectories
|
|
{
|
|
|
|
|
|
}
|
|
}
|