Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
3d17310
revert to retrieve code
CTH-npitx Mar 9, 2026
af0a35b
Revert "revert to retrieve code"
CTH-npitx Mar 9, 2026
fa905bb
Update fileCode.cs
CTH-npitx Mar 9, 2026
6cfacfa
Merge branch 'read-and-write' into reverts
CTH-npitx Mar 9, 2026
0005bad
Revert "Merge branch 'read-and-write' into reverts"
CTH-npitx Mar 9, 2026
d42521d
Revert "Update fileCode.cs"
CTH-npitx Mar 9, 2026
090fd30
Update fileCode.cs
CTH-npitx Mar 9, 2026
338069a
Update fileCode.cs
CTH-npitx Mar 9, 2026
a83b880
Revert "Update fileCode.cs"
CTH-npitx Mar 9, 2026
11f28cc
Merge branch 'reverts' into retrieve-code
CTH-npitx Mar 9, 2026
4bf751b
Revert "Merge branch 'reverts' into retrieve-code"
CTH-npitx Mar 9, 2026
86bc2f2
Merge branch 'read-and-write' into retrieve-code
CTH-npitx Mar 9, 2026
7b06fa3
Reapply "Merge branch 'reverts' into retrieve-code"
CTH-npitx Mar 9, 2026
7e86541
Retrieve Code
CTH-npitx Mar 9, 2026
04a6668
Update Program.cs
CTH-npitx Mar 9, 2026
b001267
change namespace
CTH-npitx Mar 9, 2026
a4714a0
Create Namespace Change.txt
CTH-npitx Mar 11, 2026
046b951
Merge branch 'read-and-write' into namespace
CTH-npitx Mar 11, 2026
d893510
Merge branch 'namespace' into namespace-initial
CTH-npitx Mar 11, 2026
7e242f2
Namespace Initial
CTH-npitx Mar 11, 2026
53b4522
Create r-w.txt
CTH-npitx Mar 11, 2026
eaf560d
Merge branch 'namespace' into read-and-write-1
CTH-npitx Mar 11, 2026
67fb34a
delete extraneus
CTH-npitx Mar 11, 2026
3ceb5f0
Update Namespace Change.txt
CTH-npitx Mar 11, 2026
93bcc6d
Merge branch 'extra-namespace-stuff' into namespace
CTH-npitx Mar 11, 2026
0151347
Create Dynamic Location.txt
CTH-npitx Mar 11, 2026
bb88943
Merge branch 'read-and-write' into dynamic-location
CTH-npitx Mar 11, 2026
b1568fb
Delete Dynamic Location.txt
CTH-npitx Mar 11, 2026
53b9190
Update fileCode.cs
CTH999 Mar 14, 2026
14d08fd
Update fileCode.cs
CTH999 Mar 14, 2026
4a49510
Merge branch 'namespace' into refferences
CTH999 Mar 14, 2026
03fd4e2
revert extraneus
CTH999 Mar 14, 2026
4e82bb8
using snackshack 1
CTH999 Mar 14, 2026
b88a5b6
Update frm_main.cs
CTH999 Mar 14, 2026
b797144
Refferences
CTH999 Mar 14, 2026
1ec9073
Merge branch 'directly-use-adress-book' into read-and-write
CTH-npitx Mar 16, 2026
bdec5d5
Merge branch 'read-and-write' into namespace
CTH-npitx Mar 16, 2026
dc4780c
Merge branch 'directly-use-adress-book' into read-and-write
CTH-npitx Mar 16, 2026
88c2101
Merge branch 'read-and-write' into namespace
CTH-npitx Mar 16, 2026
acf86a0
Merge branch 'directly-use-adress-book' into dynamic-location
CTH-npitx Mar 16, 2026
3ee84c2
Update Thumbs.db
CTH-npitx Mar 16, 2026
ce16953
remove redundant
CTH-npitx Mar 16, 2026
9ea35af
remove outdated files
CTH-npitx Mar 16, 2026
abea355
Merge branch 'read-and-write' into clean-soloution
CTH-npitx Mar 16, 2026
e40baef
Merge branch 'other' into clean-soloution
CTH-npitx Mar 16, 2026
b0aed88
Clean Soloution
CTH-npitx Mar 16, 2026
c4b4f40
Merge branch 'read-and-write' into namespace
CTH-npitx Mar 16, 2026
702c65e
Namespaces
CTH-npitx Mar 16, 2026
1ad8f07
Merge branch 'read-and-write' into dynamic-location
CTH-npitx Mar 18, 2026
8b0d606
Revert "Merge branch 'read-and-write' into dynamic-location"
CTH-npitx Mar 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
6 changes: 2 additions & 4 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal static string createPath(string root, string path = "folder", string na
return finalPath;
} //a simpler version of the "path" code

/* internal static string path()
internal static string path()
{
var pathSpliter = '\\'; //part between paths
var loc = AppDomain.CurrentDomain.BaseDirectory; //get the current domain
Expand All @@ -56,8 +56,6 @@ internal static string createPath(string root, string path = "folder", string na
completeLoc = completeLoc + comp + char.ToString(pathSpliter); //add next part to path
}
return completeLoc; //output path
} //derive the path of the base file */

} //derive the path of the base file
} //base commands to aid in everything

}
Binary file modified bin/Debug/presetImages/Thumbs.db
Binary file not shown.
24 changes: 0 additions & 24 deletions snackShack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<None Include=".github\Shortcuts\Github Desktop- E Drive.lnk" />
<None Include=".github\Shortcuts\Github Desktop- F Drive.lnk" />
<None Include=".github\Shortcuts\Github Desktop- V Drive.lnk" />
<None Include="Files\presetImages\AD3_SupplyCloset.drawio" />
<None Include="Files\presetImages\Thumbs.db" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand All @@ -97,29 +96,6 @@
<Content Include=".github\Notes\Programming Notes.txt" />
<Content Include=".github\Notes\to find program.txt" />
<Content Include=".github\Program Documentation\Program Documentation.txt" />
<Content Include="Files\presetImages\2fer.jpg" />
<Content Include="Files\presetImages\airheads.jpg" />
<Content Include="Files\presetImages\almondjoy.png" />
<Content Include="Files\presetImages\butterfinger.jpg" />
<Content Include="Files\presetImages\Cheetos.jpg" />
<Content Include="Files\presetImages\extragum.jpg" />
<Content Include="Files\presetImages\figbars.jpg" />
<Content Include="Files\presetImages\hubbabubba.jpg" />
<Content Include="Files\presetImages\icecubesgum.jpg" />
<Content Include="Files\presetImages\images.jpg" />
<Content Include="Files\presetImages\juicyfruit.jpg" />
<Content Include="Files\presetImages\kettlecookedruben.jpg" />
<Content Include="Files\presetImages\kitkat.jpg" />
<Content Include="Files\presetImages\laysbbq.jpg" />
<Content Include="Files\presetImages\MilkyWay.jpg" />
<Content Include="Files\presetImages\oatmealcremepies.jpg" />
<Content Include="Files\presetImages\potatoskins.jpg" />
<Content Include="Files\presetImages\pringles.jpg" />
<Content Include="Files\presetImages\raisinets.jpg" />
<Content Include="Files\presetImages\ricecrisps.jpg" />
<Content Include="Files\presetImages\ruffles.jpg" />
<Content Include="Files\presetImages\snickers.jpg" />
<Content Include="Files\presetImages\utz.jpg" />
<Content Include="Files\presetImages\VendingMachine.jpg" />
</ItemGroup>
<ItemGroup />
Expand Down