Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. If System.IO.File.Exists(FileFolderOther & "LogoReport.png") = False Then
  2. File.Copy(My.Resources.Logo_Reports, FileFolderOther & "LogoReport.png", True)
  3. End If
  4.  
  5.  
  6.  
  7. If System.IO.File.Exists(FileFolderOther & "LogoReport.png") = False Then
  8. File.WriteAllBytes(FileFolderOther & "LogoReport.png", My.Resources.Logo_Reports)
  9. End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement