Method: Wpxf::Helpers::Export#export_path

Defined in:
lib/wpxf/helpers/export.rb

#export_pathString

Returns the path to save the file to.

Returns:

  • (String)

    the path to save the file to.



24
25
26
27
# File 'lib/wpxf/helpers/export.rb', line 24

def export_path
  return nil if normalized_option_value('export_path').nil?
  File.expand_path normalized_option_value('export_path')
end