Forum Discussion

gentlesea's avatar
gentlesea
Frequent Contributor
14 years ago

Code for removing existing regions (e.g. images) from the store of the current project

Hello, please have a look at the following code:     var projectPath = aqFileSystem.GetFolderInfo(Project.Path);     var regionsPath = projectPath.Path + "\Stores\\Regions\\";     found...