VS:ConvertPosix2HSFPath/ja

From Vectorworks Developer
Revision as of 01:54, 16 January 2014 by Unknown user
Jump to navigation Jump to search

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

Description

Macintoshのみ有効


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

FUNCTION ConvertPosix2HSFPath(
PosixPath :DYNARRAY[] of CHAR;
VAR outHSFPath :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.ConvertPosix2HSFPath(PosixPath):
    return (BOOLEAN, outHSFPath)

Parameters

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

Return Value

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

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:ConvertHSF2PosixPath

VS Functions: [[VS:ConvertHSF2PosixPath]]