|   | FilePathGetCommonApplicationDataFolder Method | 
        
        
            Gets the path to the folder where data related to the current
            application can be stored as well as shared among different users.
            
        
        Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static string GetCommonApplicationDataFolder()
Public Shared Function GetCommonApplicationDataFolder As String
public:
static String^ GetCommonApplicationDataFolder()
static member GetCommonApplicationDataFolder : unit -> string 
GSF.IO.FilePath.GetCommonApplicationDataFolder = function();
Return Value
StringPath to the folder where data related to the current application can be stored.
 See Also
See Also