You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
284 B

#if NETFX
using System;
namespace IWshRuntimeLibrary
{
// Token: 0x0200001D RID: 29
internal enum SpecialFolderConst
{
// Token: 0x04000039 RID: 57
WindowsFolder,
// Token: 0x0400003A RID: 58
SystemFolder,
// Token: 0x0400003B RID: 59
TemporaryFolder
}
}
#endif