Persistate API documentation
GetDataFolder Method (folderNames)
NamespacesPersistateUtlGetDataFolder(array<String>[]()[][])

[This is preliminary documentation and is subject to change.]

Returns the path to a folder under the current user's roaming application data folder. The specified folder is created if it does not exist.
Declaration Syntax
C#
public static string GetDataFolder(
	params string[] folderNames
)
Parameters
folderNames (array<String>[]()[][])
The names of the folders in the tree under the application data folder, down to the required folder.
Return Value
The path to the specified folder.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)