This website requires JavaScript.
Explore
Help
Register
Sign In
universaleditor
/
editor-legacy
Watch
1
Star
0
Fork
0
You've already forked editor-legacy
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
editor-legacy
/
CSharp
/
Plugins
/
UniversalEditor.Essential
/
ObjectModels
/
FileSystem
History
alcexhim
a3fba29ef9
Added ability to arbitrarily get data from a File by offset and length (without having to read the ENTIRE file from the source data); this must be supported by your DataFormat's implementation of DataRequest though
2015-07-23 10:03:48 -04:00
..
CompressedFile.cs
Initial commit
2014-03-03 19:12:32 -05:00
DataRequestEvent.cs
Added ability to arbitrarily get data from a File by offset and length (without having to read the ENTIRE file from the source data); this must be supported by your DataFormat's implementation of DataRequest though
2015-07-23 10:03:48 -04:00
File.cs
Added ability to arbitrarily get data from a File by offset and length (without having to read the ENTIRE file from the source data); this must be supported by your DataFormat's implementation of DataRequest though
2015-07-23 10:03:48 -04:00
FileAttributes.cs
Added file attributes enumeration
2015-06-13 19:52:51 -04:00
FileSystemObjectModel.cs
Fixed FileSystemObjectModel.GetNewFolderName() function
2015-05-04 12:56:59 -04:00
Folder.cs
Added AddFile() to other IFileSystemContainer implementations and added GetNewFolderName() to IFileSystemContainer interface
2015-05-04 12:43:32 -04:00
IFileSystemContainer.cs
Added AddFile() to other IFileSystemContainer implementations and added GetNewFolderName() to IFileSystemContainer interface
2015-05-04 12:43:32 -04:00
IFileSystemObject.cs
Require the 'Name' property on the IFileSystemObject
2015-04-29 12:55:20 -04:00
IFileSystemObjectType.cs
Added IFileSystemObjectType enumeration
2015-04-29 14:23:18 -04:00