VS:ConvertHSF2PosixPath/ja

From Vectorworks Developer
Revision as of 01:54, 16 January 2014 by Kimura (talk | contribs) (1 revision: 2014J VS Reference C)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Macintoshのみ有効


ファイルパスの 「:」 を 「/」 に変更します。

FUNCTION ConvertHSF2PosixPath(
HSFPath :DYNARRAY[] of CHAR;
VAR outPosixPath :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.ConvertHSF2PosixPath(HSFPath):
    return (BOOLEAN, outPosixPath)

Parameters

HSFPath DYNARRAY[] of CHAR 変更するファイルパス
outPosixPath DYNARRAY[] of CHAR 変更されたファイルパス

Return Value

変更が成功したらTRUEを返します。変更がなかった場合もFALSEを返します。

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:ConvertPosix2HSFPath

VS Functions: [[VS:ConvertPosix2HSFPath]]