why mytheme/single-product.php works but not mytheme/woocommerce/single-product.php

As @ChetanVaghela said in comments, to use the woocommerce structure you need to add this code line :

add_theme_support( 'woocommerce' ); 

File not found.