  | SystemConfigurationFilesDirectory Property  | 
 Note: This API is now obsolete.
            Gets or sets the full path for the folder containing the configuration files.
            
 
    Namespace: 
   Dynamicweb.Configuration
    Assembly:
   Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax[ObsoleteAttribute("Use Dynamicweb.Core.SystemInformation.MapPath("/Bin") instead.)")]
public static DirectoryInfo FilesDirectory { get; set; }<ObsoleteAttribute("Use Dynamicweb.Core.SystemInformation.MapPath("/Bin") instead.)")>
Public Shared Property FilesDirectory As DirectoryInfo
	Get
	SetProperty Value
Type: 
DirectoryInfo
See Also