Class String
In: lib/rs/fso.rb
Parent: Object

Creation from Strings

Methods

to_fso  

Public Instance methods

Create a FileSystemObject

[Source]

# File lib/rs/fso.rb, line 254
  def to_fso()
    FileSystemObject.new self
  end

[Validate]