Skip to content

Instantly share code, notes, and snippets.

@albb0920
Created September 20, 2020 08:20
Show Gist options
  • Save albb0920/b4e85664ea0b7b54e0a3895e18ec6b24 to your computer and use it in GitHub Desktop.
Save albb0920/b4e85664ea0b7b54e0a3895e18ec6b24 to your computer and use it in GitHub Desktop.
Extract AVUtils project file (.aup) referenced file paths
puts File.read(ARGV[1]).force_encoding('Shift_JIS').encode('UTF-8', invalid: :replace, undef: :replace, replace: '').scan(/.:\\.*?\0/).map{|x| x.sub(/[^a-z0-9]*$/, '')}.uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment