This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
BahaBulle
/
Hack.Xenosaga
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add directory creation for insert files
master
BahaBulle
8 years ago
parent
501b126b89
commit
51269e571b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Hack.Xenosaga/Process/Scripts.cs
+ 1
- 0
Hack.Xenosaga/Process/Scripts.cs
View File
@ -380,6 +380,7 @@ namespace Hack.Xenosaga.Process
}
}
Directory
.
CreateDirectory
(
Variables
.
dirPack
)
;
using
(
FileStream
fs
=
new
FileStream
(
Variables
.
dirPack
+
Path
.
GetFileName
(
pathName
)
,
FileMode
.
Create
)
)
{
destEvt
.
Position
=
0
;
Write
Preview
Loading…
Cancel
Save