Click or drag to resize

saveBase Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Basic set of file save extensions and tools
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.iosaveBase

Namespace:  imbSCI.Core.extensions.io
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class saveBase
Request Example View Source

The saveBase type exposes the following members.

Methods
  NameDescription
Public methodStatic membersaveAtEndOfFile
Snima na kraj Text fajla ---
Public methodStatic membersaveBinary
Učitava fajl i vraća niz binarnih vrednosti
Public methodStatic membersaveContentOnFilePath
Saves IEnumerable collection of strings onto _path
Public methodStatic membersaveToEndOfFile
Appends new content on the end of the file
Public methodStatic membersaveToFile(String, IEnumerableString)
Snima tekstualni fajl na zadatoj putanji
Public methodStatic membersaveToFile(String, String)
Jednostavna saveToFile funkcija -- TRUE ako je uspelo snimanje
Top
See Also