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 |
|
moneyl
|
7cc95c2b07
|
Add functions to System.IO.Stream
|
2021-03-16 19:06:01 -04:00 |
|
Brian Fiete
|
8e9d7ed4c4
|
Lost changes
|
2021-02-25 10:14:22 -08:00 |
|
Brian Fiete
|
46f97ef987
|
Length fix
|
2021-01-31 05:36:27 -08:00 |
|
Brian Fiete
|
9c473dc269
|
Substream fixes
|
2021-01-31 05:26:09 -08:00 |
|
Joseph Battelle
|
a69dff59ce
|
s/seperate/separate
|
2021-01-29 23:52:58 -08:00 |
|
Brian Fiete
|
fdcbb55ff2
|
ReadAll/WriteAll
|
2021-01-26 06:34:31 -08:00 |
|
Brian Fiete
|
9a857cceb3
|
Fixed reification issues, mut-vs-imut method mangling
|
2020-10-22 17:25:19 -07:00 |
|
Brian Fiete
|
9fabf0f7ee
|
Some StringViewification
|
2020-09-18 05:12:35 -07:00 |
|
Brian Fiete
|
980132c3cc
|
Made workspace user file try to use workspace-relative paths
|
2020-09-17 07:12:46 -07:00 |
|
Brian Fiete
|
7f3ab3878f
|
File size querying
|
2020-09-11 16:39:17 -07:00 |
|