We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7e155 commit ebcb173Copy full SHA for ebcb173
1 file changed
CatSystem2/CatSystem2Tools/AtxImage/Program.cs
@@ -14,9 +14,9 @@ static void Main(string[] args)
14
15
static void PrintJsonTest()
16
{
17
- string dirpath = @"E:\game\gal_adv\悠久のカンパネラ\悠久のカンパネラ体験版\CatSystem\data_02\image\ev\a";
18
- string path = @"E:\game\gal_adv\悠久のカンパネラ\悠久のカンパネラ体験版\CatSystem\data_02\image\ev\a\ea011.atx";
19
- string savepath = @"E:\game\gal_adv\悠久のカンパネラ\unpack";
+ string dirpath = @"";
+ string path = @"";
+ string savepath = @"";
20
//DirectoryInfo dir = new DirectoryInfo(path);
21
//foreach (FileInfo item in dir.GetFiles("*.atx"))
22
//{
0 commit comments