diff --git a/.gitignore b/.gitignore
index 8a30d25..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,398 +0,0 @@
-## Ignore Visual Studio temporary files, build results, and
-## files generated by popular Visual Studio add-ons.
-##
-## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
-
-# User-specific files
-*.rsuser
-*.suo
-*.user
-*.userosscache
-*.sln.docstates
-
-# User-specific files (MonoDevelop/Xamarin Studio)
-*.userprefs
-
-# Mono auto generated files
-mono_crash.*
-
-# Build results
-[Dd]ebug/
-[Dd]ebugPublic/
-[Rr]elease/
-[Rr]eleases/
-x64/
-x86/
-[Ww][Ii][Nn]32/
-[Aa][Rr][Mm]/
-[Aa][Rr][Mm]64/
-bld/
-[Bb]in/
-[Oo]bj/
-[Ll]og/
-[Ll]ogs/
-
-# Visual Studio 2015/2017 cache/options directory
-.vs/
-# Uncomment if you have tasks that create the project's static files in wwwroot
-#wwwroot/
-
-# Visual Studio 2017 auto generated files
-Generated\ Files/
-
-# MSTest test Results
-[Tt]est[Rr]esult*/
-[Bb]uild[Ll]og.*
-
-# NUnit
-*.VisualState.xml
-TestResult.xml
-nunit-*.xml
-
-# Build Results of an ATL Project
-[Dd]ebugPS/
-[Rr]eleasePS/
-dlldata.c
-
-# Benchmark Results
-BenchmarkDotNet.Artifacts/
-
-# .NET Core
-project.lock.json
-project.fragment.lock.json
-artifacts/
-
-# ASP.NET Scaffolding
-ScaffoldingReadMe.txt
-
-# StyleCop
-StyleCopReport.xml
-
-# Files built by Visual Studio
-*_i.c
-*_p.c
-*_h.h
-*.ilk
-*.meta
-*.obj
-*.iobj
-*.pch
-*.pdb
-*.ipdb
-*.pgc
-*.pgd
-*.rsp
-*.sbr
-*.tlb
-*.tli
-*.tlh
-*.tmp
-*.tmp_proj
-*_wpftmp.csproj
-*.log
-*.tlog
-*.vspscc
-*.vssscc
-.builds
-*.pidb
-*.svclog
-*.scc
-
-# Chutzpah Test files
-_Chutzpah*
-
-# Visual C++ cache files
-ipch/
-*.aps
-*.ncb
-*.opendb
-*.opensdf
-*.sdf
-*.cachefile
-*.VC.db
-*.VC.VC.opendb
-
-# Visual Studio profiler
-*.psess
-*.vsp
-*.vspx
-*.sap
-
-# Visual Studio Trace Files
-*.e2e
-
-# TFS 2012 Local Workspace
-$tf/
-
-# Guidance Automation Toolkit
-*.gpState
-
-# ReSharper is a .NET coding add-in
-_ReSharper*/
-*.[Rr]e[Ss]harper
-*.DotSettings.user
-
-# TeamCity is a build add-in
-_TeamCity*
-
-# DotCover is a Code Coverage Tool
-*.dotCover
-
-# AxoCover is a Code Coverage Tool
-.axoCover/*
-!.axoCover/settings.json
-
-# Coverlet is a free, cross platform Code Coverage Tool
-coverage*.json
-coverage*.xml
-coverage*.info
-
-# Visual Studio code coverage results
-*.coverage
-*.coveragexml
-
-# NCrunch
-_NCrunch_*
-.*crunch*.local.xml
-nCrunchTemp_*
-
-# MightyMoose
-*.mm.*
-AutoTest.Net/
-
-# Web workbench (sass)
-.sass-cache/
-
-# Installshield output folder
-[Ee]xpress/
-
-# DocProject is a documentation generator add-in
-DocProject/buildhelp/
-DocProject/Help/*.HxT
-DocProject/Help/*.HxC
-DocProject/Help/*.hhc
-DocProject/Help/*.hhk
-DocProject/Help/*.hhp
-DocProject/Help/Html2
-DocProject/Help/html
-
-# Click-Once directory
-publish/
-
-# Publish Web Output
-*.[Pp]ublish.xml
-*.azurePubxml
-# Note: Comment the next line if you want to checkin your web deploy settings,
-# but database connection strings (with potential passwords) will be unencrypted
-*.pubxml
-*.publishproj
-
-# Microsoft Azure Web App publish settings. Comment the next line if you want to
-# checkin your Azure Web App publish settings, but sensitive information contained
-# in these scripts will be unencrypted
-PublishScripts/
-
-# NuGet Packages
-*.nupkg
-# NuGet Symbol Packages
-*.snupkg
-# The packages folder can be ignored because of Package Restore
-**/[Pp]ackages/*
-# except build/, which is used as an MSBuild target.
-!**/[Pp]ackages/build/
-# Uncomment if necessary however generally it will be regenerated when needed
-#!**/[Pp]ackages/repositories.config
-# NuGet v3's project.json files produces more ignorable files
-*.nuget.props
-*.nuget.targets
-
-# Microsoft Azure Build Output
-csx/
-*.build.csdef
-
-# Microsoft Azure Emulator
-ecf/
-rcf/
-
-# Windows Store app package directories and files
-AppPackages/
-BundleArtifacts/
-Package.StoreAssociation.xml
-_pkginfo.txt
-*.appx
-*.appxbundle
-*.appxupload
-
-# Visual Studio cache files
-# files ending in .cache can be ignored
-*.[Cc]ache
-# but keep track of directories ending in .cache
-!?*.[Cc]ache/
-
-# Others
-ClientBin/
-~$*
-*~
-*.dbmdl
-*.dbproj.schemaview
-*.jfm
-*.pfx
-*.publishsettings
-orleans.codegen.cs
-
-# Including strong name files can present a security risk
-# (https://github.com/github/gitignore/pull/2483#issue-259490424)
-#*.snk
-
-# Since there are multiple workflows, uncomment next line to ignore bower_components
-# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
-#bower_components/
-
-# RIA/Silverlight projects
-Generated_Code/
-
-# Backup & report files from converting an old project file
-# to a newer Visual Studio version. Backup files are not needed,
-# because we have git ;-)
-_UpgradeReport_Files/
-Backup*/
-UpgradeLog*.XML
-UpgradeLog*.htm
-ServiceFabricBackup/
-*.rptproj.bak
-
-# SQL Server files
-*.mdf
-*.ldf
-*.ndf
-
-# Business Intelligence projects
-*.rdl.data
-*.bim.layout
-*.bim_*.settings
-*.rptproj.rsuser
-*- [Bb]ackup.rdl
-*- [Bb]ackup ([0-9]).rdl
-*- [Bb]ackup ([0-9][0-9]).rdl
-
-# Microsoft Fakes
-FakesAssemblies/
-
-# GhostDoc plugin setting file
-*.GhostDoc.xml
-
-# Node.js Tools for Visual Studio
-.ntvs_analysis.dat
-node_modules/
-
-# Visual Studio 6 build log
-*.plg
-
-# Visual Studio 6 workspace options file
-*.opt
-
-# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
-*.vbw
-
-# Visual Studio 6 auto-generated project file (contains which files were open etc.)
-*.vbp
-
-# Visual Studio 6 workspace and project file (working project files containing files to include in project)
-*.dsw
-*.dsp
-
-# Visual Studio 6 technical files
-*.ncb
-*.aps
-
-# Visual Studio LightSwitch build output
-**/*.HTMLClient/GeneratedArtifacts
-**/*.DesktopClient/GeneratedArtifacts
-**/*.DesktopClient/ModelManifest.xml
-**/*.Server/GeneratedArtifacts
-**/*.Server/ModelManifest.xml
-_Pvt_Extensions
-
-# Paket dependency manager
-.paket/paket.exe
-paket-files/
-
-# FAKE - F# Make
-.fake/
-
-# CodeRush personal settings
-.cr/personal
-
-# Python Tools for Visual Studio (PTVS)
-__pycache__/
-*.pyc
-
-# Cake - Uncomment if you are using it
-# tools/**
-# !tools/packages.config
-
-# Tabs Studio
-*.tss
-
-# Telerik's JustMock configuration file
-*.jmconfig
-
-# BizTalk build output
-*.btp.cs
-*.btm.cs
-*.odx.cs
-*.xsd.cs
-
-# OpenCover UI analysis results
-OpenCover/
-
-# Azure Stream Analytics local run output
-ASALocalRun/
-
-# MSBuild Binary and Structured Log
-*.binlog
-
-# NVidia Nsight GPU debugger configuration file
-*.nvuser
-
-# MFractors (Xamarin productivity tool) working folder
-.mfractor/
-
-# Local History for Visual Studio
-.localhistory/
-
-# Visual Studio History (VSHistory) files
-.vshistory/
-
-# BeatPulse healthcheck temp database
-healthchecksdb
-
-# Backup folder for Package Reference Convert tool in Visual Studio 2017
-MigrationBackup/
-
-# Ionide (cross platform F# VS Code tools) working folder
-.ionide/
-
-# Fody - auto-generated XML schema
-FodyWeavers.xsd
-
-# VS Code files for those working on multiple tools
-.vscode/*
-!.vscode/settings.json
-!.vscode/tasks.json
-!.vscode/launch.json
-!.vscode/extensions.json
-*.code-workspace
-
-# Local History for Visual Studio Code
-.history/
-
-# Windows Installer files from build outputs
-*.cab
-*.msi
-*.msix
-*.msm
-*.msp
-
-# JetBrains Rider
-*.sln.iml
diff --git a/HomeworksDircAndFile/.vs/HomeworksDircAndFile/DesignTimeBuild/.dtbcache.v2 b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/DesignTimeBuild/.dtbcache.v2
new file mode 100644
index 0000000..18addda
Binary files /dev/null and b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/HomeworksDircAndFile/.vs/HomeworksDircAndFile/FileContentIndex/51773bb6-560d-4c6e-9e0d-7ed06a3b6ccd.vsidx b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/FileContentIndex/51773bb6-560d-4c6e-9e0d-7ed06a3b6ccd.vsidx
new file mode 100644
index 0000000..08d35d9
Binary files /dev/null and b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/FileContentIndex/51773bb6-560d-4c6e-9e0d-7ed06a3b6ccd.vsidx differ
diff --git a/HomeworksDircAndFile/.vs/HomeworksDircAndFile/FileContentIndex/read.lock b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/FileContentIndex/read.lock
new file mode 100644
index 0000000..e69de29
diff --git a/HomeworksDircAndFile/.vs/HomeworksDircAndFile/v17/.futdcache.v2 b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/v17/.futdcache.v2
new file mode 100644
index 0000000..2eaa762
Binary files /dev/null and b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/v17/.futdcache.v2 differ
diff --git a/HomeworksDircAndFile/.vs/HomeworksDircAndFile/v17/.suo b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/v17/.suo
new file mode 100644
index 0000000..c951b04
Binary files /dev/null and b/HomeworksDircAndFile/.vs/HomeworksDircAndFile/v17/.suo differ
diff --git a/HomeworksDircAndFile/.vs/ProjectEvaluation/homeworksdircandfile.metadata.v7.bin b/HomeworksDircAndFile/.vs/ProjectEvaluation/homeworksdircandfile.metadata.v7.bin
new file mode 100644
index 0000000..11d410b
Binary files /dev/null and b/HomeworksDircAndFile/.vs/ProjectEvaluation/homeworksdircandfile.metadata.v7.bin differ
diff --git a/HomeworksDircAndFile/.vs/ProjectEvaluation/homeworksdircandfile.projects.v7.bin b/HomeworksDircAndFile/.vs/ProjectEvaluation/homeworksdircandfile.projects.v7.bin
new file mode 100644
index 0000000..0386fcc
Binary files /dev/null and b/HomeworksDircAndFile/.vs/ProjectEvaluation/homeworksdircandfile.projects.v7.bin differ
diff --git a/HomeworksDircAndFile/Program.cs b/HomeworksDircAndFile/Program.cs
index 6fb8f0f..79b2cce 100644
--- a/HomeworksDircAndFile/Program.cs
+++ b/HomeworksDircAndFile/Program.cs
@@ -4,7 +4,13 @@ internal class Program
{
static void Main(string[] args)
{
- Console.WriteLine("Hello, World!");
+ string path = Directory.GetCurrentDirectory();
+
+ DirectoryInfo parentDirectory = Directory.GetParent(path);
+
+ parentDirectory = parentDirectory.Parent.Parent.Parent;
+
+ File.Create($"{parentDirectory}\\.gitignore");
}
}
}
\ No newline at end of file
diff --git a/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.deps.json b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.deps.json
new file mode 100644
index 0000000..1f3cd1c
--- /dev/null
+++ b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v7.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v7.0": {
+ "HomeworksDircAndFile/1.0.0": {
+ "runtime": {
+ "HomeworksDircAndFile.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "HomeworksDircAndFile/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.dll b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.dll
new file mode 100644
index 0000000..25316cf
Binary files /dev/null and b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.dll differ
diff --git a/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.exe b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.exe
new file mode 100644
index 0000000..96fa83e
Binary files /dev/null and b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.exe differ
diff --git a/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.pdb b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.pdb
new file mode 100644
index 0000000..3eba3bd
Binary files /dev/null and b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.pdb differ
diff --git a/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.runtimeconfig.json b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.runtimeconfig.json
new file mode 100644
index 0000000..184be8b
--- /dev/null
+++ b/HomeworksDircAndFile/bin/Debug/net7.0/HomeworksDircAndFile.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net7.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "7.0.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/HomeworksDircAndFile/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..4257f4b
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.AssemblyInfo.cs b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.AssemblyInfo.cs
new file mode 100644
index 0000000..f0d25b9
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("HomeworksDircAndFile")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("HomeworksDircAndFile")]
+[assembly: System.Reflection.AssemblyTitleAttribute("HomeworksDircAndFile")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.AssemblyInfoInputs.cache b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..39e037a
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+805a6a13e686a045c943a420251dcdda8b8e5c7e
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.GeneratedMSBuildEditorConfig.editorconfig b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..312512a
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,11 @@
+is_global = true
+build_property.TargetFramework = net7.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = HomeworksDircAndFile
+build_property.ProjectDir = D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.GlobalUsings.g.cs b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.assets.cache b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.assets.cache
new file mode 100644
index 0000000..e4702bd
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.assets.cache differ
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.AssemblyReference.cache b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..6b77feb
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.AssemblyReference.cache differ
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.BuildWithSkipAnalyzers b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.CoreCompileInputs.cache b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..d617c48
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+391020bcb66643c4bd0239d1f52c932ff471db1e
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.FileListAbsolute.txt b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..7f569c6
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\bin\Debug\net7.0\HomeworksDircAndFile.exe
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\bin\Debug\net7.0\HomeworksDircAndFile.deps.json
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\bin\Debug\net7.0\HomeworksDircAndFile.runtimeconfig.json
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\bin\Debug\net7.0\HomeworksDircAndFile.dll
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\bin\Debug\net7.0\HomeworksDircAndFile.pdb
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.csproj.AssemblyReference.cache
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.GeneratedMSBuildEditorConfig.editorconfig
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.AssemblyInfoInputs.cache
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.AssemblyInfo.cs
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.csproj.CoreCompileInputs.cache
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.dll
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\refint\HomeworksDircAndFile.dll
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.pdb
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\HomeworksDircAndFile.genruntimeconfig.cache
+D:\github darslar\Directory and Files Homeworks\DirectoryAndFilesHomework\HomeworksDircAndFile\obj\Debug\net7.0\ref\HomeworksDircAndFile.dll
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.dll b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.dll
new file mode 100644
index 0000000..25316cf
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.dll differ
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.genruntimeconfig.cache b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.genruntimeconfig.cache
new file mode 100644
index 0000000..0adf4d9
--- /dev/null
+++ b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.genruntimeconfig.cache
@@ -0,0 +1 @@
+db4692469d573d9bd9da00a1eb5ae0b83e3ae46f
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.pdb b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.pdb
new file mode 100644
index 0000000..3eba3bd
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/HomeworksDircAndFile.pdb differ
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/apphost.exe b/HomeworksDircAndFile/obj/Debug/net7.0/apphost.exe
new file mode 100644
index 0000000..96fa83e
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/apphost.exe differ
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/ref/HomeworksDircAndFile.dll b/HomeworksDircAndFile/obj/Debug/net7.0/ref/HomeworksDircAndFile.dll
new file mode 100644
index 0000000..327fae4
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/ref/HomeworksDircAndFile.dll differ
diff --git a/HomeworksDircAndFile/obj/Debug/net7.0/refint/HomeworksDircAndFile.dll b/HomeworksDircAndFile/obj/Debug/net7.0/refint/HomeworksDircAndFile.dll
new file mode 100644
index 0000000..327fae4
Binary files /dev/null and b/HomeworksDircAndFile/obj/Debug/net7.0/refint/HomeworksDircAndFile.dll differ
diff --git a/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.dgspec.json b/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..9ab5c48
--- /dev/null
+++ b/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.dgspec.json
@@ -0,0 +1,63 @@
+{
+ "format": 1,
+ "restore": {
+ "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj": {}
+ },
+ "projects": {
+ "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj",
+ "projectName": "HomeworksDircAndFile",
+ "projectPath": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.302\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.g.props b/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.g.props
new file mode 100644
index 0000000..a021697
--- /dev/null
+++ b/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\User\.nuget\packages\
+ PackageReference
+ 6.6.0
+
+
+
+
+
\ No newline at end of file
diff --git a/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.g.targets b/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/HomeworksDircAndFile/obj/HomeworksDircAndFile.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/HomeworksDircAndFile/obj/project.assets.json b/HomeworksDircAndFile/obj/project.assets.json
new file mode 100644
index 0000000..11d8f38
--- /dev/null
+++ b/HomeworksDircAndFile/obj/project.assets.json
@@ -0,0 +1,68 @@
+{
+ "version": 3,
+ "targets": {
+ "net7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\User\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj",
+ "projectName": "HomeworksDircAndFile",
+ "projectPath": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj",
+ "packagesPath": "C:\\Users\\User\\.nuget\\packages\\",
+ "outputPath": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\User\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0": {
+ "targetAlias": "net7.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.302\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/HomeworksDircAndFile/obj/project.nuget.cache b/HomeworksDircAndFile/obj/project.nuget.cache
new file mode 100644
index 0000000..634d0af
--- /dev/null
+++ b/HomeworksDircAndFile/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "Jq6SkvmVVFQWqlGqArQBUta0O5I3Ydfg117buvksmra8bicOs6VZt4HNsMGDka70tQBgdkZ4nNXJ0ZnDrEdnoA==",
+ "success": true,
+ "projectFilePath": "D:\\github darslar\\Directory and Files Homeworks\\DirectoryAndFilesHomework\\HomeworksDircAndFile\\HomeworksDircAndFile.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file