Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

.net core copy file in folder to root

<ContentWithTargetPath Include="libsome_file.dat">
  <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  <TargetPath>some_file.dat</TargetPath>
</ContentWithTargetPath>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #core #copy #file #folder #root
ADD COMMENT
Topic
Name
1+1 =