Returns:
3 4 5
# File 'lib/transcriptic/core_ext/file.rb', line 3 def transcriptic_project?(path) File.exists?(File.join(path, 'Labfile')) end