class File

Public Class Methods

transcriptic_project?(path) click to toggle source
# File lib/transcriptic/core_ext/file.rb, line 3
def transcriptic_project?(path)
  File.exists?(File.join(path, 'Labfile'))
end