module RXFHelperModule::FileX

Public Class Methods

exist?(s) click to toggle source
# File lib/rxfhelper.rb, line 20
def FileX.exist?(s)   RXFHelper.exist?(s)    end
exists?(s) click to toggle source
# File lib/rxfhelper.rb, line 21
def FileX.exists?(s)  RXFHelper.exists?(s)   end
filetype(s) click to toggle source
# File lib/rxfhelper.rb, line 22
def FileX.filetype(s) RXFHelper.filetype(s)  end
read(s) click to toggle source
# File lib/rxfhelper.rb, line 23
def FileX.read(s)     RXFHelper.read(s)[0]   end