Brian Fiete
|
4c2530e227
|
Serialize IDE collapse state
|
2022-07-12 05:53:22 -04:00 |
|
Brian Fiete
|
31608be8a9
|
Changed sharing in File.ReadAll
|
2022-06-28 10:00:09 -07:00 |
|
Brian Fiete
|
676e7988fb
|
Fixes from valgrind
|
2022-03-18 18:06:14 -07:00 |
|
Brian Fiete
|
5fd0e6d0c8
|
Make GetExtension failure softer
|
2022-02-28 11:28:11 -08:00 |
|
disarray2077
|
77b4ddce89
|
Fix GetExtension and add HasExtension to Path
|
2022-02-21 16:56:09 -03:00 |
|
Brian Fiete
|
8c79e26d40
|
Fixed file enumerator GetFilePath case where no directory is specified
|
2022-02-12 15:22:23 -05:00 |
|
Brian Fiete
|
f37fb2c1b7
|
Comptime improvments, IOn<X> interfaces, const payload enum
|
2022-02-11 05:47:32 -05:00 |
|
Brian Fiete
|
0dbe75cf65
|
Fixed relPath check
|
2022-01-20 19:13:15 -05:00 |
|
disarray2077
|
c886702d2b
|
Fix StreamReader Peek method
|
2022-01-07 18:23:50 -03:00 |
|
disarray2077
|
9ce0cc217a
|
Add Peek to StreamReader class
|
2022-01-01 21:25:52 -03:00 |
|
disarray2077
|
e146475a39
|
Add parameterless WriteLine to StreamWriter class
|
2022-01-01 21:22:18 -03:00 |
|
disarray2077
|
4acc2cca67
|
Add doAppend parameter to WriteAllLines
|
2022-01-01 21:19:44 -03:00 |
|
disarray2077
|
bc92643c99
|
Add InvalidFileNameChars & InvalidPathChars to Path class
|
2022-01-01 21:14:09 -03:00 |
|
Brian Fiete
|
befc60aa63
|
Improved errors on files
|
2021-12-31 10:26:32 -05:00 |
|
Brian Fiete
|
af8bd5a813
|
Added a bunch more comptime platform file & directory methods
|
2021-12-28 15:49:50 -05:00 |
|
Brian Fiete
|
b9908cb4a8
|
Allow calling convention attributes
|
2021-12-27 12:55:14 -05:00 |
|
Brian Fiete
|
5cc6f13af4
|
Merge vista code into main FileDialog
|
2021-12-17 07:12:27 -05:00 |
|
Brian Fiete
|
77c3ab596f
|
Merge pull request #1134 from disarray2077/vistafiledialogs
Add complete support for Vista File Dialogs
|
2021-12-17 07:04:39 -05:00 |
|
disarray2077
|
4d337e3a31
|
Fix dialogs in release mode
... and inline "GetFilterItems" method so we can use scoped allocation
|
2021-12-14 16:25:39 -03:00 |
|
EinBurgbauer
|
e13f194c6f
|
make BufferedFileStream act like UnbufferedFileStream
|
2021-12-09 20:04:17 +01:00 |
|
EinBurgbauer
|
32966b79a6
|
buffered stream seek accepts everything by default + fromEnd fix
|
2021-12-09 19:46:52 +01:00 |
|
EinBurgbauer
|
92738418eb
|
Merge branch 'master' into bufstream-fixes
|
2021-12-09 16:13:29 +01:00 |
|
Brian Fiete
|
c3644d15de
|
MemStream improvements
|
2021-11-14 18:01:01 -08:00 |
|
Brian Fiete
|
29e374bcab
|
Merge pull request #1184 from miere43/fix-char8
Fix incorrect search & replace for "char => char8" in comments
|
2021-10-30 06:36:09 -07:00 |
|
miere43
|
c0b787cbf0
|
Fix incorrect search & replace for "char => char8" in comments
|
2021-10-30 00:11:37 +03:00 |
|
miere43
|
b109396024
|
Pass "components" argument as StringView[] in Path.InternalCombine
|
2021-10-29 23:10:26 +03:00 |
|
Brian Fiete
|
7e75a24807
|
Allow passing in memory list
|
2021-10-04 09:41:48 -07:00 |
|
Brian Fiete
|
9158002a42
|
Properly truncate files
|
2021-09-15 11:18:32 -07:00 |
|
Brian Fiete
|
0cdfff4898
|
Chunked string reading
|
2021-08-27 10:06:52 -07:00 |
|
disarray2077
|
694e663630
|
Add support for Vista File Dialogs
|
2021-08-02 23:38:54 -03:00 |
|
disarray2077
|
ba8e816e14
|
Fix a error propagation issue in BufferedStream
|
2021-08-01 17:44:23 -03:00 |
|
disarray2077
|
06fe5a98c6
|
Implement FileStream SetLength
|
2021-08-01 17:38:30 -03:00 |
|
disarray2077
|
4bd3cc641d
|
Add SeekUnderlying to FileStream
|
2021-08-01 17:37:37 -03:00 |
|
disarray2077
|
a71962a5a8
|
Fix File OpenOrCreate
|
2021-08-01 17:30:40 -03:00 |
|
disarray2077
|
3a1c0a3452
|
Change some file writes to UnbufferedFileStream
|
2021-08-01 17:29:01 -03:00 |
|
Brian Fiete
|
961e71c62a
|
Exposed system handle for FileStream
|
2021-07-03 05:29:50 -07:00 |
|
Brian Fiete
|
6703cd18ee
|
32-bit read fix
|
2021-06-07 06:23:08 -07:00 |
|
Brian Fiete
|
543d9bfe33
|
Declare IDiposable
|
2021-05-31 07:01:03 -07:00 |
|
Brian Fiete
|
dcfd5a28fd
|
Revert "Declare IDiposable"
This reverts commit e6ef10be4a .
|
2021-05-31 07:00:03 -07:00 |
|
Brian Fiete
|
e6ef10be4a
|
Declare IDiposable
|
2021-05-31 06:59:28 -07:00 |
|
Brian Fiete
|
351d94e0e8
|
ReadStrSized32
|
2021-05-20 06:33:28 -04:00 |
|
EinBurgbauer
|
46b5bfce1e
|
made static only stuff a static class
|
2021-05-17 15:01:49 +02:00 |
|
EinBurgbauer
|
98da39a3ba
|
properly reset internal state on close
|
2021-04-13 09:30:59 +02:00 |
|
Brian Fiete
|
1cb5538317
|
Buffered fix
|
2021-04-12 17:22:14 -04:00 |
|
Brian Fiete
|
3756323021
|
32-bit fixes
|
2021-04-11 07:55:53 -04:00 |
|
Brian Fiete
|
c77f861fb7
|
Merge remote-tracking branch 'origin/master'
|
2021-04-11 07:04:23 -04:00 |
|
Brian Fiete
|
4bf12e121c
|
Stream buffering
|
2021-04-11 07:04:17 -04:00 |
|
Hiroko
|
9fe7df9950
|
OpenFileName struct: Change default extension type (char8* -> char16*)
|
2021-04-04 18:10:46 +02:00 |
|
moneyl
|
b1dc76ba11
|
PR feedback changes
|
2021-03-17 10:32:01 -04:00 |
|
moneyl
|
a1e15ecb73
|
Add ReadNullTerminatedString to System.IO.Stream
Function that reads a null terminated string from the stream.
|
2021-03-16 19:39:38 -04:00 |
|